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

Comparing deliantra/server/server/gods.C (file contents):
Revision 1.46 by root, Thu Jan 1 16:32:53 2009 UTC vs.
Revision 1.47 by root, Thu Jan 1 20:49:48 2009 UTC

423 follower_remove_similar_item (op, tr->item); 423 follower_remove_similar_item (op, tr->item);
424 424
425 if (!op || !new_god) 425 if (!op || !new_god)
426 return; 426 return;
427 427
428 if (op->race && new_god->slaying && op->race.contains (new_god->slaying)) 428 if (new_god->slaying && op->race.contains (new_god->slaying))
429 { 429 {
430 new_draw_info_format (NDI_UNIQUE | NDI_NAVY, 0, op, "Fool! %s detests your kind!", &new_god->name); 430 new_draw_info_format (NDI_UNIQUE | NDI_NAVY, 0, op, "Fool! %s detests your kind!", &new_god->name);
431 431
432 if (random_roll (0, op->level - 1, op, PREFER_LOW) - 5 > 0) 432 if (random_roll (0, op->level - 1, op, PREFER_LOW) - 5 > 0)
433 { 433 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines