add radiation

This commit is contained in:
evanpelle
2024-12-04 13:21:35 -08:00
parent 5abe60070b
commit 5c51655eca
9 changed files with 158 additions and 112 deletions
@@ -75,6 +75,10 @@ export class TerritoryLayer implements Layer {
}
paintTerritory(tile: Tile) {
if (tile.hasFallout()) {
this.paintCell(tile.cell(), this.theme.falloutColor(), 150)
return
}
if (!tile.hasOwner()) {
this.clearCell(tile.cell())
return