Fixes a bug where the tensioner spawning players would fail in less than ideal conditions.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3303 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-15 22:31:23 +00:00
parent d0308b3f64
commit cd0428f4bb
2 changed files with 25 additions and 4 deletions
+6 -1
View File
@@ -954,7 +954,12 @@ datum/mind
special_role = "Wizard"
assigned_role = "MODE"
//ticker.mode.learn_basic_spells(current)
current.loc = pick(wizardstart)
if(!wizardstart.len)
current.loc = pick(latejoin)
current << "HOT INSERTION, GO GO GO"
else
current.loc = pick(wizardstart)
ticker.mode.equip_wizard(current)
for(var/obj/item/weapon/spellbook/S in current.contents)
S.op = 0