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.14 by root, Tue Dec 26 08:54:59 2006 UTC vs.
Revision 1.15 by root, Tue Dec 26 20:04:09 2006 UTC

1146/** 1146/**
1147 * Changes the attributes of cone, smite, and ball spells as needed by the code. 1147 * Changes the attributes of cone, smite, and ball spells as needed by the code.
1148 * Returns false if there was no race to assign to the slaying field of the spell, but 1148 * Returns false if there was no race to assign to the slaying field of the spell, but
1149 * the spell attacktype contains AT_HOLYWORD. -b.t. 1149 * the spell attacktype contains AT_HOLYWORD. -b.t.
1150 */ 1150 */
1151
1152int 1151int
1153tailor_god_spell (object *spellop, object *caster) 1152tailor_god_spell (object *spellop, object *caster)
1154{ 1153{
1155 object *god = find_god (determine_god (caster)); 1154 object *god = find_god (determine_god (caster));
1156 int caster_is_spell = 0; 1155 int caster_is_spell = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines