This commit is contained in:
2022-06-19 22:46:50 +01:00
parent b3c6944693
commit 8d457033a2
17 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -148,10 +148,10 @@ yourDefaultStrideLength = 40
defaultState :: CreatureState
defaultState = CrSt
{ _crDamage = []
{ _csDamage = []
-- , _crPastDamage = V.fromList $ replicate 20 []
, _crSpState = GenCr
, _crDropsOnDeath = DropAll
, _csSpState = GenCr
, _csDropsOnDeath = DropAll
}
defaultEquipment :: Item