Adds the ability to force launch escape pods

Also reduces their countdown from 15 to 10 seconds.

Conflicts:
	maps/tgstation2.dmm
This commit is contained in:
mwerezak
2014-06-29 12:07:13 -04:00
committed by ZomgPonies
parent 34c3585d6d
commit 117221b0d5
4 changed files with 160 additions and 5 deletions
+3 -1
View File
@@ -235,7 +235,9 @@
return ..()
/datum/shuttle/ferry/escape_pod/can_force()
return 0
if (arming_controller.eject_time && world.time < arming_controller.eject_time + 50)
return 0 //dont allow force launching until 5 seconds after the arming controller has reached it's countdown
return ..()
/datum/shuttle/ferry/escape_pod/can_cancel()
return 0