Merge pull request #11433 from Ghommie/Ghommie-cit616

Spellcasting element
This commit is contained in:
kevinz000
2020-04-03 16:31:10 -07:00
committed by GitHub
52 changed files with 274 additions and 231 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