Skip to content

Commit

Permalink
here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 31, 2025
1 parent defc697 commit 8916e20
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion code/_globalvars/lists/flavor_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GLOBAL_LIST_EMPTY(alt_heads_list) //stores /datum/sprite_accessory/alt_heads ind

GLOBAL_LIST_INIT(TAGGERLOCATIONS, list("Disposals",
"Cargo Bay", "QM Office", "Engineering", "CE Office",
"Atmospherics", "HoS Office", "Security", "Medbay",
"Atmospherics", "HoS Office", "Security", "Медицинский Отдел",
"CMO Office", "Chemistry", "Research", "RD Office",
"Robotics", "HoP Office", "Library", "Chapel", "Captain's Office",
"Bar", "Kitchen", "Hydroponics", "Janitor Closet","Genetics", "Detective", "Morgue"))
Expand Down
4 changes: 2 additions & 2 deletions code/game/area/ss13_areas/medical_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
name = "Склад Медицинского Отдела"
icon_state = "medbaystorage"
request_console_flags = RC_ASSIST
request_console_name = "Medbay"
request_console_name = "Медицинский Отдел"

/area/station/medical/reception
name = "Ресепшен Медицинского Отдела"
icon_state = "medbaylobby"
request_console_flags = RC_ASSIST
request_console_name = "Medbay"
request_console_name = "Медицинский Отдел"

/area/station/medical/psych
name = "Офис Психолога"
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/requests_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define ENGI_ROLES list("Atmospherics", "Engineering", "Chief Engineer's Desk")
#define SEC_ROLES list("Warden", "Security", "Detective", "Head of Security's Desk")
#define MISC_ROLES list("Bar", "Chapel", "Kitchen", "Hydroponics", "Janitorial")
#define MED_ROLES list("Virology", "Chief Medical Officer's Desk", "Medbay")
#define MED_ROLES list("Virology", "Chief Medical Officer's Desk", "Медицинский Отдел")
#define COM_ROLES list("Blueshield", "NT Representative", "Head of Personnel's Desk", "Captain's Desk", "Bridge")
#define SCI_ROLES list("Robotics", "Science", "Research Director's Desk")
#define SUPPLY_ROLES list("Cargo Bay", "Mining Dock", "Mining Outpost", "Quartermaster's Desk")
Expand Down
4 changes: 2 additions & 2 deletions code/modules/supply/supply_packs/pack_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "HEADER"
containertype = /obj/structure/closet/crate/medical
group = SUPPLY_MEDICAL
announce_beacons = list("Medbay" = list("Medbay", "Chief Medical Officer's Desk"))
announce_beacons = list("Медицинский Отдел" = list("Медицинский Отдел", "Chief Medical Officer's Desk"))
department_restrictions = list(DEPARTMENT_MEDICAL)


Expand Down Expand Up @@ -108,7 +108,7 @@
containertype = /obj/structure/closet/crate/secure/plasma
containername = "virus crate"
access = ACCESS_CMO
announce_beacons = list("Medbay" = list("Virology", "Chief Medical Officer's Desk"))
announce_beacons = list("Медицинский Отдел" = list("Virology", "Chief Medical Officer's Desk"))

/datum/supply_packs/medical/vending
name = "Medical Vending Crate"
Expand Down
2 changes: 1 addition & 1 deletion code/tests/attack_chain/test_attack_chain_machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
player.retrieve(knife)
player.set_intent("harm")
player.click_on(upload_console)
TEST_ASSERT_LAST_CHATLOG(player, "<span class='danger'>You hit the Консоль аплоуда ИИ with the kitchen knife!</span>")
TEST_ASSERT_LAST_CHATLOG(player, "Консоль аплоуда ИИ with the kitchen knife!")
player.put_away(knife)

var/obj/machinery/cell_charger/cell_charger = teleport_to_first(player, /obj/machinery/cell_charger)
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/unit_tests/code/requests_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define SEC_AREAS list("Warden", "Security", "Detective", "Head of Security's Desk", "Prisoner Processing", "Internal Affairs Office", "Magistrate", "Зал Суда")
#define SERVICE_AREAS list("Bar", "Kitchen", "Chapel", "Библиотека", "Hydroponics", "Janitorial", "Arrival Shuttle", "Crew Quarters")
#define MED_AREAS list("Virology", "Chief Medical Officer's Desk", "Медицинский Отдел", "Psychiatrist", "Chemistry", "Paramedic", "Morgue")
#define COM_AREAS list("Blueshield", "NT Representative", "Head of Personnel's Desk", "Captain's Desk", "Bridge", "Trainer's Office")
#define COM_AREAS list("Blueshield", "NT Representative", "Head of Personnel's Desk", "Captain's Desk", "Bridge", "Офис Профессионального Тренера НТ")
#define SCI_AREAS list("Robotics", "Science", "Research Director's Desk", "Genetics", "Xenobiology")
#define SUPPLY_AREAS list("Cargo Bay", "Mining Dock", "Mining Outpost", "Quartermaster's Desk", "Mining", "Expedition")
#define OTHER_AREAS list("Arrival Shuttle", "Crew Quarters", "Tool Storage", "EVA", "Labor Camp", "AI")
Expand Down

0 comments on commit 8916e20

Please sign in to comment.