fix borg spawner logic error

This commit is contained in:
datlo
2019-01-16 10:22:31 +00:00
parent 77399f3d5e
commit 07a38a3a26
@@ -58,7 +58,7 @@
switch(borg_to_spawn)
if("Medical")
R = new /mob/living/silicon/robot/syndicate/medical(T)
else if("Saboteur")
if("Saboteur")
R = new /mob/living/silicon/robot/syndicate/saboteur(T)
else
R = new /mob/living/silicon/robot/syndicate(T) //Assault borg by default