remove defense post from build menu

This commit is contained in:
Evan
2025-01-24 14:55:26 -08:00
parent ffb0b7c172
commit 047d7ef147
@@ -29,7 +29,7 @@ const buildTable: BuildItemDisplay[][] = [
{ unitType: UnitType.Battleship, icon: battleshipIcon },
{ unitType: UnitType.Port, icon: portIcon },
{ unitType: UnitType.MissileSilo, icon: missileSiloIcon },
{ unitType: UnitType.DefensePost, icon: shieldIcon },
// { unitType: UnitType.DefensePost, icon: shieldIcon },
{ unitType: UnitType.City, icon: cityIcon }
]
];