mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
fixed typos
This commit is contained in:
parent
b590060806
commit
15d6c6dc77
@ -414,9 +414,9 @@ public class RoboRallyGame implements IDrawableGame {
|
||||
}
|
||||
|
||||
/**
|
||||
* repair all robots standing on a reparer tile
|
||||
* repair all robots standing on a repair tile
|
||||
*/
|
||||
private void repairAllRobotsOnReparerTiles(){
|
||||
private void repairAllRobotsOnRepairTiles(){
|
||||
List<BoardElementContainer<Tile>> listOfRepareTiles = gameBoard.getPositionsOfTileOnBoard(TileType.FLAG_1,
|
||||
TileType.FLAG_2, TileType.FLAG_3, TileType.FLAG_4, TileType.WRENCH, TileType.WRENCH_AND_HAMMER);
|
||||
for (BoardElementContainer<Tile> repareTile:listOfRepareTiles) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user