Skip to content

Commit

Permalink
Забудьте о Фримене (#343)
Browse files Browse the repository at this point in the history
* Забудьте о Фримене

* Opposing Force - Chamber

* Оп, ахах, неловко вышло)

* Я выдрал этот код напрямую из моего форка билда инфинити, простите если не работает
  • Loading branch information
IvanDonFon authored Oct 17, 2023
1 parent 20d55d5 commit 49500b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/controllers/evacuation/evacuation_pods.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@

if (emergency_evacuation)
// Abondon Ship
//[PRX BEGIN]
for (var/mob/living/carbon/human/person in world)
if(person.z in GLOB.using_map.station_levels) //checking if it's a crew member
var/decl/security_state/security_state = decls_repository.get_decl(GLOB.using_map.security_state)
if(!(get_area(person) in GLOB.using_map.post_round_safe_areas) && istype(security_state.current_security_level, /decl/security_level/default/torchdept/code_delta))
sound_to(person, 'proxima/sound/music/chamber.ogg')
//[PRX END]
for (var/datum/shuttle/autodock/ferry/escape_pod/pod in escape_pods) // Launch the pods!
if (!pod.arming_controller || pod.arming_controller.armed)
pod.move_time = (evac_transit_delay/10)
Expand Down
Binary file added proxima/sound/music/chamber.ogg
Binary file not shown.

0 comments on commit 49500b0

Please sign in to comment.