fixed restart

This commit is contained in:
gestures6
2026-07-04 15:12:58 +03:00
parent 1d7b230a0b
commit 3c767f5c79
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -300,7 +300,7 @@ class DummySimRobot(RobotController):
self.linear_speed = 0.0
self.angular_speed = 0.0
self.hp = self.max_hp
self.charge = self.max_charge
self.charge = self.max_fire_charge
self.score = 0
self.game_over = False
self.won = False