Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 15, 2024
1 parent 2a1c909 commit 0f9933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/beds_chairs/chair.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/obj/structure/chair/Initialize(mapload)
. = ..()
if(prob(0.2))
ru_names_rename(RU_NAMES_LIST("tactical chair", "тактический стул", "тактического стула", "тактическому стулу", "тактический стул", "тактическим стулом", "тактическом стуле"))
ru_names_rename(RU_NAMES_LIST("tactical [name]", "тактический стул", "тактического стула", "тактическому стулу", "тактический стул", "тактическим стулом", "тактическом стуле"))
name = "tactical [name]"
fishing_modifier -= 4
MakeRotate()
Expand Down

0 comments on commit 0f9933e

Please sign in to comment.