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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.101 by root, Fri Mar 26 00:59:20 2010 UTC vs.
Revision 1.102 by root, Wed Apr 7 19:54:45 2010 UTC

1369 op->destroy_inv (false); 1369 op->destroy_inv (false);
1370 1370
1371 object *tmp = change->other_arch->instance (); 1371 object *tmp = change->other_arch->instance ();
1372 insert_ob_in_ob (tmp, op); 1372 insert_ob_in_ob (tmp, op);
1373 } 1373 }
1374
1374 /* No harm setting this for potions/horns */ 1375 /* No harm setting this for potions/horns */
1375 op->other_arch = change->other_arch; 1376 op->other_arch = change->other_arch;
1376 } 1377 }
1377 1378
1378 if (change->stats.hp < 0) 1379 if (change->stats.hp < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines