Skip to content

Commit

Permalink
recentfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1mka committed Nov 16, 2024
1 parent 930b75d commit 5121d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/law.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// Why is this not a subtype
/obj/machinery/computer/borgupload
name = "cyborg upload console"
desc = "Используется для манипуляций с законами Киборгов."
desc = "Используется для манипуляций с законами киборгов."
icon_screen = "command"
icon_keyboard = "med_key"
circuit = /obj/item/circuitboard/borgupload
Expand Down
2 changes: 1 addition & 1 deletion code/modules/shuttle/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@

/obj/machinery/computer/supplycomp/public
name = "Supply Ordering Console"
desc = "Используется для оформления заказов. Предназначена для общего пользования."
desc = "Используется для оформления заказов. Предназначено для общего пользования."
icon = 'icons/obj/machines/computer.dmi'
icon_screen = "request"
circuit = /obj/item/circuitboard/ordercomp
Expand Down

0 comments on commit 5121d2e

Please sign in to comment.