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 -8
View File
@@ -26,7 +26,7 @@ defaultCreature =
, _crInv = IM.empty
, _crManipulation = Manipulator SelNothing
-- , _crInvCapacity = 25
, _crState = defaultState
, _crDamage = []
-- , _crCorpse = MakeDefaultCorpse
-- , _crMaterial = Flesh
, _crPastDamage = 0
@@ -108,10 +108,10 @@ defaultAimingCrit = defaultCreature
yourDefaultStrideLength :: Int
yourDefaultStrideLength = 40
defaultState :: CreatureState
defaultState =
CrSt
{ _csDamage = []
-- , _csSpState = GenCr
-- , _csDropsOnDeath = DropAll
}
--defaultState :: CreatureState
--defaultState =
-- CrSt
-- { _csDamage = []
---- , _csSpState = GenCr
---- , _csDropsOnDeath = DropAll
-- }