Remove external corpses, handle them as creatures
This commit is contained in:
@@ -14,7 +14,7 @@ import Picture
|
||||
smallChaseCrit :: Creature
|
||||
smallChaseCrit =
|
||||
chaseCrit
|
||||
{ _crHP = 1
|
||||
{ _crHP = HP 1
|
||||
, _crInv = mempty
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ chaseCrit :: Creature
|
||||
chaseCrit =
|
||||
defaultCreature
|
||||
{ _crName = "chaseCrit"
|
||||
, _crHP = 150
|
||||
, _crHP = HP 150
|
||||
, _crInv = mempty
|
||||
, _crFaction = ColorFaction green
|
||||
, _crVocalization = chaseCritVocalization
|
||||
|
||||
Reference in New Issue
Block a user