Spellcasting element

This commit is contained in:
Ghommie
2020-03-11 16:23:30 +01:00
parent 9a42101b68
commit d31075eb54
50 changed files with 254 additions and 220 deletions
@@ -21,7 +21,7 @@
if (!spell)
return FALSE
if (autorobeless && spell.clothes_req)
spell.clothes_req = FALSE
spell.clothes_req = NONE
target.AddSpell(spell)
return TRUE