Fixes artificer spell being removed

This commit is contained in:
Artorp
2015-02-08 23:54:52 +01:00
parent 6e6b7deb8c
commit cc1f7a7301
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -792,7 +792,7 @@ datum/mind
if(src in ticker.mode.wizards)
ticker.mode.wizards -= src
special_role = null
current.spellremove(current, config.feature_object_spell_system? "object":"verb")
current.spellremove(current)
current.faction = list("Station")
current << "\red <FONT size = 3><B>You have been brainwashed! You are no longer a wizard!</B></FONT>"
log_admin("[key_name_admin(usr)] has de-wizard'ed [current].")