mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Replace Aurora with Horizon (dynamically), NT -> SCC (#13940)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/datum/event/rescue_pod/announce()
|
||||
if(prob(66))
|
||||
command_announcement.Announce("The NDV Icarus reports an escape pod inbound to the [station_name()]. Investigate and attend to the situation in accordance with NanoTrasen corporate regulations.", new_title="NDV Icarus", new_sound='sound/AI/escapepod.ogg')
|
||||
command_announcement.Announce("The NDV Icarus reports an escape pod inbound to the [station_name()]. Investigate and attend to the situation in accordance with SCC corporate regulations.", new_title="NDV Icarus", new_sound='sound/AI/escapepod.ogg')
|
||||
|
||||
/datum/event/rescue_pod/setup()
|
||||
for(var/datum/event/E in typesof(src))
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
/datum/event/rescue_pod/burglar/start()
|
||||
if(istype(spawner))
|
||||
spawner.enable()
|
||||
spawner.enable()
|
||||
|
||||
Reference in New Issue
Block a user