Data-ify creature drawing (partially)
This commit is contained in:
@@ -26,7 +26,6 @@ smallChaseCrit :: Creature
|
||||
smallChaseCrit = chaseCrit
|
||||
{ _crHP = 1
|
||||
, _crRad = 4
|
||||
, _crPict = basicCrPict
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
, _crCorpse = basicCrCorpse
|
||||
}
|
||||
@@ -52,7 +51,6 @@ chaseCrit = defaultCreature
|
||||
]
|
||||
, _crName = "chaseCrit"
|
||||
, _crHP = 150
|
||||
, _crPict = basicCrPict
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
, _crMeleeCooldown = 0
|
||||
, _crFaction = ColorFaction green
|
||||
|
||||
Reference in New Issue
Block a user