Removed accelerated shuttle launch.

This commit is contained in:
SkyMarshal
2011-12-08 14:05:14 -07:00
parent 6f88b4f981
commit ff8ca07714
+2 -2
View File
@@ -6,7 +6,7 @@
var/list/authorized = list( )
attackby(var/obj/item/weapon/card/W as obj, var/mob/user as mob)
/* attackby(var/obj/item/weapon/card/W as obj, var/mob/user as mob)
if(stat & (BROKEN|NOPOWER)) return
if ((!( istype(W, /obj/item/weapon/card) ) || !( ticker ) || emergency_shuttle.location != 1 || !( user ))) return
if (istype(W, /obj/item/weapon/card/id)||istype(W, /obj/item/device/pda))
@@ -61,4 +61,4 @@
emergency_shuttle.settimeleft( 10 )
if("Cancel")
return
return
return */