bah on reessaye

This commit is contained in:
Guillem George 2026-02-07 21:40:35 +01:00
parent 000b23c9f4
commit 0ce900886f

View file

@ -85,7 +85,7 @@ public class Program {
List<Unit> bomberos = BomberBot.getBomberBotUnits(); List<Unit> bomberos = BomberBot.getBomberBotUnits();
BomberBot bomberau = (BomberBot) bomberos.getFirst(); BomberBot bomberau = (BomberBot) bomberos.getFirst();
// bomberau.upgrade(); bomberau.upgrade();
bomberau.fire(); bomberau.fire();
while (true) { while (true) {