mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Soul Rambler Mini-Antag (#21465)
* soul rambler * Progress need to rebase * rambler finished * The Power of Parenthesis * A Few For Robo
This commit is contained in:
@@ -228,6 +228,7 @@ datum/emergency_shuttle/proc/shuttle_phase(var/phase, var/casual = 1)
|
||||
world << sound('sound/AI/shuttledock.ogg')
|
||||
if(ticker)
|
||||
ticker.shuttledocked_time = world.time / 10
|
||||
ticker.mode.ShuttleDocked(1)
|
||||
/*
|
||||
if(universe.name == "Hell Rising")
|
||||
to_chat(world, "___________________________________________________________________")
|
||||
@@ -277,6 +278,9 @@ datum/emergency_shuttle/proc/shuttle_phase(var/phase, var/casual = 1)
|
||||
vote_preload()
|
||||
location = 2
|
||||
|
||||
if(ticker)
|
||||
ticker.mode.ShuttleDocked(2)
|
||||
|
||||
if(shuttle && istype(shuttle,/datum/shuttle/escape))
|
||||
var/datum/shuttle/escape/E = shuttle
|
||||
E.open_all_doors()
|
||||
|
||||
Reference in New Issue
Block a user