Skip to content

Commit

Permalink
очепятка
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbalaam committed Feb 9, 2025
1 parent 230ff46 commit b5d2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/hijack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ SUBSYSTEM_DEF(hijack)
/datum/controller/subsystem/hijack/proc/initiate_evacuation()
if(evac_status == EVACUATION_STATUS_NOT_INITIATED && !(evac_admin_denied & FLAGS_EVACUATION_DENY))
evac_status = EVACUATION_STATUS_INITIATED
ai_announcement("Тревога. Черезвычайная ситуация. Всему персоналу необходимо немедленно эвакуироваться.", 'sound/AI/evacuate.ogg')
ai_announcement("Тревога. Чрезвычайная ситуация. Всему персоналу необходимо немедленно эвакуироваться.", 'sound/AI/evacuate.ogg')

for(var/obj/structure/machinery/status_display/cycled_status_display in GLOB.machines)
if(is_mainship_level(cycled_status_display.z))
Expand Down

0 comments on commit b5d2411

Please sign in to comment.