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.46 by root, Sat Nov 7 18:30:05 2009 UTC vs.
Revision 1.47 by root, Tue Nov 10 04:38:45 2009 UTC

392 int weight = 0; 392 int weight = 0;
393 393
394 tmp = get_archetype (shstr_rock); 394 tmp = get_archetype (shstr_rock);
395 tmp->weight = weight; 395 tmp->weight = weight;
396 tmp->value = 0; 396 tmp->value = 0;
397 tmp->materialname = shstr_stone; 397 tmp->material = name_to_material (shstr_stone);
398 tmp->name = shstr_slag; 398 tmp->name = shstr_slag;
399 tmp->name_pl = shstr_slags; 399 tmp->name_pl = shstr_slags;
400 item = insert_ob_in_ob (tmp, cauldron); 400 item = insert_ob_in_ob (tmp, cauldron);
401 CLEAR_FLAG (tmp, FLAG_CAN_ROLL); 401 CLEAR_FLAG (tmp, FLAG_CAN_ROLL);
402 SET_FLAG (tmp, FLAG_NO_DROP); 402 SET_FLAG (tmp, FLAG_NO_DROP);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines