This commit is contained in:
2025-06-14 23:16:29 +01:00
parent 02498e5abb
commit 078a3cc7ea
19 changed files with 29 additions and 60 deletions
-8
View File
@@ -19,10 +19,6 @@ barrel =
defaultInanimate
{ _crHP = 500
, _crType = BarrelCrit PlainBarrel
, _crState =
defaultState
-- { _csSpState = Barrel []
-- }
, _crInv = IM.empty -- IM.fromList [(0,frontArmour)]
}
@@ -31,10 +27,6 @@ explosiveBarrel =
defaultInanimate
{ _crHP = 400
, _crType = BarrelCrit (ExplosiveBarrel [])
, _crState =
defaultState
-- { _csSpState = Barrel []
-- }
, _crInv = IM.empty -- IM.fromList [(0,frontArmour)]
}
-- & crMaterial .~ Crystal