From 45255e9e2e266196229cee500f80eea5b29d5ded Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 11 May 2014 22:07:24 +0930 Subject: [PATCH] Whoops. --- code/modules/mob/living/silicon/robot/drone/drone.dm | 2 +- .../mob/living/silicon/robot/drone/drone_manufacturer.dm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index f2cc8d0e17..cf23d7756d 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.allow_drone_spawn || emagged || health < -35) //It's dead, Dave. + if(!config. || 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 diff --git a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm index 88d666c68e..5788bfa121 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm @@ -129,7 +129,6 @@ if(DF.drone_progress >= 100) DF.create_drone(src.client) - - return + return src << "\red There are no available drone spawn points, sorry." \ No newline at end of file