Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1mka committed Nov 17, 2024
1 parent 78b2269 commit 0a5e2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/arcade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
var/sfuel = rand(1,10)
food -= sfood
fuel -= sfuel
eventdat += "<br>Они украли [sfood] [FO*-1] единиц[declension_ru(sfood, "у", "ы", "")] <b>пищи</b> и [sfuel] единиц[declension_ru(sfuel, "у", "ы", "")] <b>топлива</b>."
eventdat += "<br>Они украли [sfood] единиц[declension_ru(sfood, "у", "ы", "")] <b>пищи</b> и [sfuel] единиц[declension_ru(sfuel, "у", "ы", "")] <b>топлива</b>."
else if(prob(10))
var/deadname = remove_crewmember()
eventdat += "<br>[deadname] пытался сопротивляться, но был убит."
Expand Down

0 comments on commit 0a5e2ee

Please sign in to comment.