Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1mka committed Nov 17, 2024
1 parent 5121d2e commit 3060ca6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/atmos_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/obj/machinery/computer/atmoscontrol/laptop
name = "atmospherics laptop"
desc = "Дешёвый ноутбук Nanotrasen."
desc = "Дешёвый ноутбук корпорации Nanotrasen."
icon_state = "medlaptop"
density = FALSE

Expand Down
4 changes: 2 additions & 2 deletions code/game/machinery/computer/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/obj/machinery/computer/security
name = "security camera console"
desc = "Используется для доступа к различным сетям камер на станции."
desc = "Используется для доступа к сетям камер на станции."

icon_keyboard = "security_key"
icon_screen = "cameras"
Expand Down Expand Up @@ -228,7 +228,7 @@

/obj/machinery/computer/security/telescreen/entertainment
name = "entertainment monitor"
desc = "Черт возьми, лучше бы они показывали Paradise TV."
desc = "Чёрт возьми, лучше бы они показывали Paradise TV."
icon_state = "entertainment_console"
icon_screen = "entertainment_off"
light_color = "#FFEEDB"
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// The communications computer
/obj/machinery/computer/communications
name = "communications console"
desc = "Консоль, с помощью которой капитан может связаться с Центральным Командованием, изменить уровень угрозы или вызвать эвакуационный шаттл."
desc = "Консоль, с помощью которой Капитан может связаться с Центральным Командованием или изменить уровень угрозы. Она так же позволяет командному составу вызвать эвакуационный шаттл."
icon_keyboard = "tech_key"
icon_screen = "comm"
req_access = list(ACCESS_HEADS)
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/computer/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@

/obj/machinery/computer/med_data/laptop
name = "medical laptop"
desc = "Дешёвый ноутбук Nanotrasen."
desc = "Дешёвый ноутбук корпорации Nanotrasen."
icon_state = "laptop"
icon_keyboard = "laptop_key"
icon_screen = "medlaptop"
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/computer/pod.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/machinery/computer/pod
name = "mass drivers and pod doors control"
desc = "Элемент управления для запуска капсул. Некоторые предпочитают взрывать мехи."
desc = "Элемент управления для запуска капсул. Некоторые предпочитают запускать из них мехов."
icon_screen = "mass_driver"
light_color = "#555555"
circuit = /obj/item/circuitboard/pod
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/obj/machinery/computer/cryopod
name = "cryogenic oversight console"
desc = "Интерфейс управления системой контроля за криогенным хранилищам."
desc = "Интерфейс управления системой контроля за криогенным хранилищем."
icon = 'icons/obj/machines/cryogenic2.dmi'
icon_state = "cellconsole"
circuit = /obj/item/circuitboard/cryopodcontrol
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/xenobiology/xenobio_camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/obj/machinery/computer/camera_advanced/xenobio
name = "slime management console"
desc = "Компьютер, используемый для удаленного управления слаймами."
desc = "Компьютер, используемый для удаленного взаимодействия со слаймами."
networks = list("SS13")
circuit = /obj/item/circuitboard/xenobiology
icon_screen = "slime_comp"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@

/obj/machinery/computer/shuttle/white_ship
name = "White Ship Console"
desc = "Используется для управления Белым кораблем."
desc = "Используется для управления Белым кораблём."
circuit = /obj/item/circuitboard/white_ship
shuttleId = "whiteship"
possible_destinations = null // Set at runtime
Expand Down

0 comments on commit 3060ca6

Please sign in to comment.