Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user