Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some kitchen equipment translation. #681

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/kitchen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
*/

/obj/item/kitchen/rollingpin
name = "rolling pin"
desc = "Used to knock out the Bartender."
name = "скалка"
desc = "Используется, чтобы вырубить бармена."
icon_state = "rolling_pin"
force = 8.0
throwforce = 10.0
Expand Down
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/machinery/cooker/deepfryer
name = "deep fryer"
desc = "Deep fried <i>everything</i>."
name = "фритюрница"
desc = "Обжарить во фритюре <i>всё</i>."
Legendaxe marked this conversation as resolved.
Show resolved Hide resolved
icon = 'icons/obj/cooking_machines.dmi'
icon_state = "fryer_off"
thiscooktype = "deep fried"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/kitchen_machinery/grill_new.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/obj/machinery/kitchen_machine/grill
name = "grill"
desc = "Backyard grilling, IN SPACE."
name = "гриль"
desc = "Гриль на заднем дворе, В КОСМОСЕ."
icon = 'icons/obj/cooking_machines.dmi'
icon_state = "grill_off"
cook_verbs = list("Grilling", "Searing", "Frying")
Expand Down
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/kitchen_machinery/oven_new.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/obj/machinery/kitchen_machine/oven
name = "oven"
desc = "Cookies are ready, dear."
name = "печь"
desc = "Печенье готово, дорогой."
icon = 'icons/obj/cooking_machines.dmi'
icon_state = "oven_off"
cook_verbs = list("Baking", "Roasting", "Broiling")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/machinery/processor
name = "Food Processor"
name = "кухонный комбайн"
icon = 'icons/obj/kitchen.dmi'
icon_state = "processor"
layer = 2.9
Expand Down