Remove creature records
This commit is contained in:
@@ -16,7 +16,6 @@ smallChaseCrit :: Creature
|
||||
smallChaseCrit =
|
||||
chaseCrit
|
||||
{ _crHP = 1
|
||||
, _crRad = 4
|
||||
, _crInv = mempty
|
||||
-- , _crCorpse = MakeDefaultCorpse
|
||||
}
|
||||
@@ -34,7 +33,6 @@ chaseCrit =
|
||||
{ _crName = "chaseCrit"
|
||||
, _crHP = 150
|
||||
, _crInv = mempty
|
||||
, _crMeleeCooldown = 0
|
||||
, _crFaction = ColorFaction green
|
||||
, _crVocalization = chaseCritVocalization
|
||||
, _crMvType = defaultChaseMvType
|
||||
|
||||
Reference in New Issue
Block a user