Skip to content

Commit

Permalink
Фикс косяка
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Oct 11, 2024
1 parent 3fb393a commit 1b1a8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/machinery/stove.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
|| istype(current_reagent, /datum/reagent/water) \
|| istype(current_reagent, /datum/reagent/consumable) \
)
examine_list += "• [round(current_reagent.volume, 0.01)] [declension_ru(round(unknown_volume, 0.01),"юнит","юнита","юнитов")] [initial(current_reagent.ru_name_nominative) || initial(current_reagent.name)]"
examine_list += "• [round(current_reagent.volume, 0.01)] [declension_ru(round(unknown_volume, 0.01),"юнит","юнита","юнитов")] [initial(current_reagent.name)]"
else
unknown_volume += current_reagent.volume

Expand Down

0 comments on commit 1b1a8ca

Please sign in to comment.