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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.265 by root, Tue May 18 01:45:16 2010 UTC vs.
Revision 1.266 by root, Tue May 25 02:49:11 2010 UTC

690 // elmex: only identify if we need to, for example so that generated money doesn't 690 // elmex: only identify if we need to, for example so that generated money doesn't
691 // get an 'identified' flag so easily. 691 // get an 'identified' flag so easily.
692 if (item->need_identify ()) 692 if (item->need_identify ())
693 identify (item); 693 identify (item);
694 694
695 insert_ob_in_map_at (item, converter->map, converter, 0, converter->x, converter->y); 695 item->insert_at (converter, 0, INS_NO_WALK_ON);
696
696 return 1; 697 return 1;
697} 698}
698 699
699/** 700/**
700 * Handle apply on containers. 701 * Handle apply on containers.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines