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

Comparing deliantra/server/server/alchemy.C (file contents):
Revision 1.41 by root, Thu Oct 15 23:02:28 2009 UTC vs.
Revision 1.42 by sf-marcmagus, Fri Oct 16 16:29:47 2009 UTC

498 tmp->materialname = "stone"; 498 tmp->materialname = "stone";
499 tmp->name = "slag"; 499 tmp->name = "slag";
500 tmp->name_pl = "slags"; 500 tmp->name_pl = "slags";
501 item = insert_ob_in_ob (tmp, cauldron); 501 item = insert_ob_in_ob (tmp, cauldron);
502 CLEAR_FLAG (tmp, FLAG_CAN_ROLL); 502 CLEAR_FLAG (tmp, FLAG_CAN_ROLL);
503 CLEAR_FLAG (tmp, FLAG_NO_PICK); 503 SET_FLAG (tmp, FLAG_NO_DROP);
504 tmp->move_block = 0; 504 tmp->move_block = 0;
505 } 505 }
506 506
507 remove_contents (cauldron->inv, item); 507 remove_contents (cauldron->inv, item);
508 new_draw_info_format (NDI_UNIQUE, 0, op, "The %s %s.", &cauldron->name, cauldron_sound ()); 508 new_draw_info_format (NDI_UNIQUE, 0, op, "The %s %s.", &cauldron->name, cauldron_sound ());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines