Start moving creature properties out of records
This commit is contained in:
@@ -18,7 +18,7 @@ smallChaseCrit =
|
||||
{ _crHP = 1
|
||||
, _crRad = 4
|
||||
, _crInv = mempty
|
||||
, _crCorpse = MakeDefaultCorpse
|
||||
-- , _crCorpse = MakeDefaultCorpse
|
||||
}
|
||||
|
||||
invisibleChaseCrit :: Creature
|
||||
@@ -39,7 +39,7 @@ chaseCrit =
|
||||
, _crVocalization = chaseCritVocalization
|
||||
, _crMvType = defaultChaseMvType
|
||||
}
|
||||
& crType . humanoidAI .~ ChaseAI
|
||||
-- & crType . humanoidAI .~ ChaseAI
|
||||
|
||||
chaseCritVocalization :: Vocalization
|
||||
chaseCritVocalization =
|
||||
|
||||
Reference in New Issue
Block a user