From 0946ca6623c126e81cd634eab673300c987f8fbb Mon Sep 17 00:00:00 2001
From: larentoun <31931237+larentoun@users.noreply.github.com>
Date: Tue, 16 Apr 2024 20:50:03 +0300
Subject: [PATCH] typo

---
 code/modules/bitrunning/server/_parent.dm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/modules/bitrunning/server/_parent.dm b/code/modules/bitrunning/server/_parent.dm
index 16305c679ebe0..6003b04bc78f1 100644
--- a/code/modules/bitrunning/server/_parent.dm
+++ b/code/modules/bitrunning/server/_parent.dm
@@ -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)