Skip to content

Commit

Permalink
Петренко has signed up as Assistant (#174)
Browse files Browse the repository at this point in the history
## About The Pull Request
Перевод аннаунсов джоина
  • Loading branch information
larentoun authored Apr 20, 2024
1 parent 7bf6bb1 commit d1e365b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/announcement_system.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GLOBAL_LIST_EMPTY(announcement_systems)

/obj/machinery/announcement_system
density = TRUE
name = "\improper Automated Announcement System"
name = "\proper Автоматическая система оповещений"
desc = "An automated announcement system that handles minor announcements over the radio."
icon = 'icons/obj/machines/telecomms.dmi'
icon_state = "AAS_On"
Expand All @@ -17,9 +17,9 @@ GLOBAL_LIST_EMPTY(announcement_systems)
circuit = /obj/item/circuitboard/machine/announcement_system

var/obj/item/radio/headset/radio
var/arrival = "%PERSON has signed up as %RANK"
var/arrival = "%PERSON, %RANK, прибывает на станцию."
var/arrivalToggle = 1
var/newhead = "%PERSON, %RANK, is the department head."
var/newhead = "%PERSON, %RANK, является главой отдела."
var/newheadToggle = 1

var/greenlight = "Light_Green"
Expand Down

0 comments on commit d1e365b

Please sign in to comment.