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
+1 -1
View File
@@ -15,7 +15,7 @@
var/spell_improved = FALSE
for(var/obj/effect/proc_holder/spell/S in L.mind.spell_list)
if(S.clothes_req)
S.clothes_req = 0
S.clothes_req = NONE
spell_improved = TRUE
if(spell_improved)
to_chat(L, "<span class='notice'>You suddenly feel like you never needed those garish robes in the first place...</span>")