Cleanup barrels
This commit is contained in:
@@ -21,8 +21,8 @@ barrel =
|
||||
, _crType = BarrelCrit PlainBarrel
|
||||
, _crState =
|
||||
defaultState
|
||||
{ _csSpState = Barrel []
|
||||
}
|
||||
-- { _csSpState = Barrel []
|
||||
-- }
|
||||
, _crInv = IM.empty -- IM.fromList [(0,frontArmour)]
|
||||
}
|
||||
|
||||
@@ -30,11 +30,11 @@ explosiveBarrel :: Creature
|
||||
explosiveBarrel =
|
||||
defaultInanimate
|
||||
{ _crHP = 400
|
||||
, _crType = BarrelCrit ExplosiveBarrel
|
||||
, _crType = BarrelCrit (ExplosiveBarrel [])
|
||||
, _crState =
|
||||
defaultState
|
||||
{ _csSpState = Barrel []
|
||||
}
|
||||
-- { _csSpState = Barrel []
|
||||
-- }
|
||||
, _crInv = IM.empty -- IM.fromList [(0,frontArmour)]
|
||||
}
|
||||
-- & crMaterial .~ Crystal
|
||||
|
||||
Reference in New Issue
Block a user