Move towards debris slowing movement

This commit is contained in:
2022-06-18 01:26:17 +01:00
parent 5f68b512dd
commit 66fda3fb93
2 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -378,9 +378,9 @@ data CamouflageStatus
| Invisible
deriving (Eq,Ord,Enum)
data CreatureStatistics = CreatureStatistics
{ _crStrength :: Int
, _crDexterity :: Int
, _crIntelligence :: Int
{ _strength :: Int
, _dexterity :: Int
, _intelligence :: Int
}
data Vocalization
= Mute