ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_effect.C
(Generate patch)

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.74 by root, Tue Oct 16 00:30:25 2007 UTC vs.
Revision 1.75 by root, Sun Oct 21 01:25:02 2007 UTC

1295static void 1295static void
1296alchemy_object (object *obj, uint64 &total_value, int &total_weight) 1296alchemy_object (object *obj, uint64 &total_value, int &total_weight)
1297{ 1297{
1298 uint64 value = query_cost (obj, NULL, F_TRUE); 1298 uint64 value = query_cost (obj, NULL, F_TRUE);
1299 1299
1300 /* Give third price when we alchemy money (This should hopefully 1300 /* Give third price when we alchemy money (this should hopefully
1301 * make it so that it isn't worth it to alchemy money, sell 1301 * make it so that it isn't worth it to alchemy money, sell
1302 * the nuggets, alchemy the gold from that, etc. 1302 * the nuggets, alchemy the gold from that, etc.
1303 * Otherwise, give 9 silver on the gold for other objects, 1303 * Otherwise, give 9 silver on the gold for other objects,
1304 * so that it would still be more affordable to haul 1304 * so that it would still be more affordable to haul
1305 * the stuff back to town. 1305 * the stuff back to town.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines