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

Добавление ru_name кухонной машинерии #519

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/coffeemaker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/obj/machinery/coffeemaker
name = "coffeemaker"
ru_names = RU_NAMES_LIST_INIT("coffeemaker", "кофемашина", "кофемашины", "кофемашине", "кофемашину", "кофемашиной", "кофемашине")
desc = "A Modello 3 Coffeemaker that brews coffee and holds it at the perfect temperature of 176 fahrenheit. Made by Piccionaia Home Appliances."
icon = 'icons/obj/medical/chemical.dmi'
icon_state = "coffeemaker_nopot_nocart"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/deep_fryer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GLOBAL_LIST_INIT(oilfry_blacklisted_items, typecacheof(list(

/obj/machinery/deepfryer
name = "deep fryer"
ru_names = RU_NAMES_LIST_INIT("deep fryer", "фритюрница", "фритюрницы", "фритюрнице", "фритюрницу", "фритюрницей", "фритюрнице")
desc = "Deep fried <i>everything</i>."
icon = 'icons/obj/machines/kitchen.dmi'
icon_state = "fryer_off"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/gibber.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/machinery/gibber
name = "gibber"
ru_names = RU_NAMES_LIST_INIT("gibber", "мясорубка", "мясорубки", "мясорубке", "мясорубку", "мясорубкой", "мясорубке")
desc = "The name isn't descriptive enough?"
icon = 'icons/obj/machines/kitchen.dmi'
icon_state = "grinder"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/griddle.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/machinery/griddle
name = "griddle"
ru_names = RU_NAMES_LIST_INIT("griddle","гридль", "гридля", "гридлю", "гридль", "гридлем", "гридле")
desc = "Because using pans is for pansies."
icon = 'icons/obj/machines/kitchen.dmi'
icon_state = "griddle1_off"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/grill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/obj/machinery/grill
name = "Barbeque grill"
ru_names = RU_NAMES_LIST_INIT("barbeque grill", "грилль для барбекю", "грилля для барбекю", "гриллю для барбекю", "грилль для барбекю", "гриллем для барбекю", "грилле для барбекю")
desc = "Just like the old days. Smokes items over a light heat"
icon = 'icons/obj/machines/kitchen.dmi'
icon_state = "grill_open"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/icecream_vat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/obj/machinery/icecream_vat
name = "ice cream vat"
ru_names = RU_NAMES_LIST_INIT("ice cream vat", "машина для мороженного", "машины для мороженного", "машине для мороженного", "машину для мороженного", "машиной для мороженного", "машине для мороженного")
desc = "Ding-aling ding dong. Get your Nanotrasen-approved ice cream!"
icon = 'icons/obj/service/kitchen.dmi'
icon_state = "icecream_vat"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/microwave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/obj/machinery/microwave
name = "microwave oven"
ru_names = RU_NAMES_LIST_INIT("microwave", "миркроволновка", "миркроволновки", "миркроволновке", "миркроволновку", "миркроволновкой", "миркроволновке")
desc = "Cooks and boils stuff."
icon = 'icons/obj/machines/microwave.dmi'
base_icon_state = ""
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/oven.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/obj/machinery/oven
name = "oven"
ru_names = RU_NAMES_LIST_INIT("oven", "духовка", "духовки", "духовке", "духовку", "духовкой", "духовке")
desc = "Why do they call it oven when you of in the cold food of out hot eat the food?"
icon = 'icons/obj/machines/kitchen.dmi'
icon_state = "oven_off"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/machinery/processor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/obj/machinery/processor
name = "food processor"
ru_names = RU_NAMES_LIST_INIT("processor", "комбайн", "комбайна", "комбайну", "комбайн", "комбайном", "комбайне")
desc = "An industrial grinder used to process meat and other foods. Keep hands clear of intake area while operating."
icon = 'icons/obj/machines/kitchen.dmi'
base_icon_state = "processor"
Expand Down
2 changes: 2 additions & 0 deletions code/modules/food_and_drinks/machinery/stove.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/machinery/stove
name = "stove"
ru_names = RU_NAMES_LIST_INIT("stove", "плита", "плиты", "плите", "плиту", "плитой", "духовке")
desc = "You'd think this thing would be more useful in here."
icon = 'icons/obj/machines/kitchen_stove.dmi'
icon_state = "stove"
Expand Down Expand Up @@ -27,6 +28,7 @@
// - Tasting the pot to learn its exact contents w/o sci goggles (chef skillchip?)
/obj/item/reagent_containers/cup/soup_pot
name = "soup pot"
ru_names = RU_NAMES_LIST_INIT("soup pot", "кастрюля", "кастрюля", "кастрюля", "кастрюля", "кастрюлю", "кастрюлю")
desc = "A tall soup designed to mix and cook all kinds of soup."
icon = 'icons/obj/service/kitchen.dmi'
icon_state = "pot"
Expand Down
Loading