mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 11:14:42 +02:00
Endret navn på metodekall, så det matcher metoden
This commit is contained in:
@ -238,7 +238,7 @@ public class RoboRallyGame implements IDrawableGame {
|
||||
runPhase(5);
|
||||
|
||||
// Repair robots on repair tiles
|
||||
repairAllRobotsOnReparerTiles();
|
||||
repairAllRobotsOnRepairTiles();
|
||||
// TODO: Remove non-locked programming cards
|
||||
// TODO: If this player is in power down, ask if it shall continue
|
||||
// Respawn dead robots, as long as they have more lives left
|
||||
|
Reference in New Issue
Block a user