mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -64,9 +64,9 @@ var/list/escape_pods = list()
|
||||
if(..())
|
||||
return 1
|
||||
|
||||
if("manual_arm")
|
||||
if(href_list["manual_arm"])
|
||||
pod.arming_controller.arm()
|
||||
if("force_launch")
|
||||
if(href_list["force_launch"])
|
||||
if (pod.can_force())
|
||||
pod.force_launch(src)
|
||||
else if (emergency_shuttle.departed && pod.can_launch()) //allow players to manually launch ahead of time if the shuttle leaves
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
..()
|
||||
if(emergency_shuttle.shuttle)
|
||||
CRASH("An emergency shuttle has already been created.")
|
||||
return
|
||||
emergency_shuttle.shuttle = src
|
||||
|
||||
/datum/shuttle/autodock/ferry/emergency/arrived()
|
||||
|
||||
Reference in New Issue
Block a user