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:
Kurfursten
2019-03-26 11:00:41 -05:00
committed by Exxion
parent 7a8a5f3a16
commit 5e008ced60
23 changed files with 346 additions and 16 deletions

View File

@@ -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()