mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:20:43 +00:00
remove defense post from build menu
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user