mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Removed accelerated shuttle launch.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user