Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Apr 16, 2024
1 parent 7f4ad2f commit 0946ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/bitrunning/server/_parent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
. += span_infoplain("Вместимость охладителя уменьшает время задержки на [(1 - capacitor_coefficient) * 100]%.")

if(servo_bonus > 0.2)
. += span_infoplain("Потенциал манипуляторов увеличивает награду [servo_bonus]x.")
. += span_infoplain("Потенциал манипуляторов увеличивает награду на [servo_bonus]x.")
. += span_infoplain("Повреждения, получаемые при небезопасном выходе, уменьшены на [servo_bonus * 100]%.")

if(!is_ready)
Expand Down

0 comments on commit 0946ca6

Please sign in to comment.