Bump dreamchecker version to 1.4 (#8711)

This commit is contained in:
Matt Atlas
2020-04-28 15:41:32 +02:00
committed by GitHub
parent a0938b98c7
commit 4b97822bb4
88 changed files with 153 additions and 293 deletions
+2 -2
View File
@@ -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()