More faction stuff for wizards

This commit is contained in:
ZomgPonies
2014-07-20 03:52:40 -04:00
parent dd720d4bfb
commit 8bf4fc4418
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -752,6 +752,7 @@ datum/mind
ticker.mode.wizards -= src
special_role = null
current.spellremove(current, config.feature_object_spell_system? "object":"verb")
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].")
if("wizard")
@@ -760,6 +761,7 @@ datum/mind
special_role = "Wizard"
//ticker.mode.learn_basic_spells(current)
current << "<B>\red You are the Space Wizard!</B>"
current.faction = list("wizard")
log_admin("[key_name_admin(usr)] has wizard'ed [current].")
if("lair")
current.loc = pick(wizardstart)