add South America map (#184)

This commit is contained in:
evanpelle
2025-03-08 12:11:34 -08:00
committed by GitHub
parent b77bc46a80
commit c99cec8f0b
10 changed files with 250 additions and 1 deletions
@@ -137,7 +137,6 @@ export class EventsDisplay extends LitElement implements Layer {
this.outgoingBoats = myPlayer
.units()
.filter((u) => u.type() === UnitType.TransportShip);
console.log("loan", this.outgoingBoats);
this.requestUpdate();
}