From 494887a9b5dc302e574e79706800fcbf6f8245e4 Mon Sep 17 00:00:00 2001 From: meyar Date: Tue, 11 Jun 2013 16:58:32 -0400 Subject: [PATCH] Typo fix --- code/game/machinery/computer/specops_shuttle.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/computer/specops_shuttle.dm b/code/game/machinery/computer/specops_shuttle.dm index 762dae9784f..77247de033c 100644 --- a/code/game/machinery/computer/specops_shuttle.dm +++ b/code/game/machinery/computer/specops_shuttle.dm @@ -256,9 +256,10 @@ var/specops_shuttle_timeleft = 0 user << "\red Access Denied." return - if (sent_strike_team == 0 && send_emergency_team == 0) - usr << "\red The strike team has not yet deployed." - return +//Commented out so admins can do shenanigans at their leisure. Also makes the force-spawned admin ERTs able to use the shuttle. +// if (sent_strike_team == 0 && send_emergency_team == 0) +// usr << "\red The strike team has not yet deployed." +// return if(..()) return