From 8914cdb2ba371149fcb5b2aef2a9be99f1049bbf Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 11 May 2014 22:34:34 +0930 Subject: [PATCH] Double whoops. --- code/modules/mob/living/silicon/robot/drone/drone.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index cf23d7756d3..f2cc8d0e17b 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -169,7 +169,7 @@ if(stat == 2) user << "\red You swipe your ID card through [src], attempting to reboot it." - if(!config. || emagged || health < -35) //It's dead, Dave. + if(!config.allow_drone_spawn || emagged || health < -35) //It's dead, Dave. user << "\red The interface is fried, and a distressing burned smell wafts from the robot's interior. You're not rebooting this one." return