Skip to content

Commit

Permalink
breaking news from Станционные новости
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Apr 20, 2024
1 parent 659d38b commit 77347ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/newscaster/newscaster_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -622,14 +622,14 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster, 30)
/obj/machinery/newscaster/proc/news_alert(channel, update_alert = TRUE)
if(channel)
if(update_alert)
say("Breaking news from [channel]!")
say("Срочные новости от: [channel]!")
playsound(loc, 'sound/machines/twobeep_high.ogg', 75, TRUE)
alert = TRUE
update_appearance()
addtimer(CALLBACK(src, PROC_REF(remove_alert)), ALERT_DELAY, TIMER_UNIQUE|TIMER_OVERRIDE)

else if(!channel && update_alert)
say("Attention! Wanted issue distributed!")
say("Внимание! Выдан ордер на арест!")
playsound(loc, 'sound/machines/warning-buzzer.ogg', 75, TRUE)

/**
Expand Down

0 comments on commit 77347ca

Please sign in to comment.