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

Comparing deliantra/server/server/pets.C (file contents):
Revision 1.50 by root, Thu Jan 1 15:43:35 2009 UTC vs.
Revision 1.51 by root, Thu Jan 1 16:05:13 2009 UTC

895 } 895 }
896 896
897 summon_arch = lasttr->item; 897 summon_arch = lasttr->item;
898 nrof = lasttr->nrof; 898 nrof = lasttr->nrof;
899 } 899 }
900 else if (spell_ob->race && !strcmp (spell_ob->race, "GODCULTMON")) 900 else if (spell_ob->race == shstr_GODCULTMON)
901 { 901 {
902 object *god = find_god (determine_god (op)), *mon, *owner; 902 object *god = find_god (determine_god (op)), *mon, *owner;
903 int summon_level, tries; 903 int summon_level, tries;
904 904
905 if (!god && ((owner = op->owner) != NULL)) 905 if (!god && ((owner = op->owner) != NULL))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines