Fix flatshield wall creation and remove muzzle

This commit is contained in:
2026-01-02 12:34:17 +00:00
parent f6f63c9a14
commit b414da7dab
7 changed files with 392 additions and 393 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ data ItemLocation
, _ilInvID :: NewInt InvInt
, _ilIsRoot :: Bool -- of any item
, _ilIsSelected :: Bool
, _ilIsAttached :: Bool -- to selected item
, _ilIsAttached :: Bool -- to selected item. question: downwards and upwards?
, _ilEquipSite :: Maybe EquipSite
}
| OnTurret {_ilTuID :: Int}