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.65 by root, Thu Jun 10 06:03:18 2010 UTC vs.
Revision 1.67 by root, Sun Aug 22 20:11:04 2010 UTC

397 follower_remove_similar_item (this, tr->item); 397 follower_remove_similar_item (this, tr->item);
398 398
399 if (!new_god) 399 if (!new_god)
400 return; 400 return;
401 401
402 if (new_god->slaying && race.contains (new_god->slaying)) 402 if (new_god->slaying && new_god->slaying.contains (race))
403 { 403 {
404 failmsgf ("Fool! %s detests your kind! H<This god does not accept followers of your race.>", &new_god->name); 404 failmsgf ("Fool! %s detests your kind! H<This god does not accept followers of your race.>", &new_god->name);
405 405
406 if (random_roll (0, level - 1, this, PREFER_LOW) - 5 > 0) 406 if (random_roll (0, level - 1, this, PREFER_LOW) - 5 > 0)
407 { 407 {
656 if (!op->contr) 656 if (!op->contr)
657 return 0; 657 return 0;
658 658
659 object *weapon = op->contr->combat_ob; 659 object *weapon = op->contr->combat_ob;
660 660
661 if (!weapon)
662 return 0;
663
661 if (weapon->type != WEAPON && weapon->type != BOW) 664 if (weapon->type != WEAPON && weapon->type != BOW)
662 return 0; 665 return 0;
663 666
664 if (god_examines_item (god, weapon) <= 0) 667 if (god_examines_item (god, weapon) <= 0)
665 return 0; 668 return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines