Tweak gibs
This commit is contained in:
@@ -26,7 +26,8 @@ smallChaseCrit :: Creature
|
||||
smallChaseCrit = chaseCrit
|
||||
{ _crHP = 1
|
||||
, _crRad = 4
|
||||
, _crPict = basicCrPict green
|
||||
, _crPict = basicCrPict
|
||||
, _crSkinColor = green
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
, _crCorpse = setDepth 5 $ color (greyN 0.5) $ circleSolid 4
|
||||
}
|
||||
@@ -52,7 +53,8 @@ chaseCrit = defaultCreature
|
||||
]
|
||||
, _crName = "chaseCrit"
|
||||
, _crHP = 150
|
||||
, _crPict = basicCrPict green
|
||||
, _crPict = basicCrPict
|
||||
, _crSkinColor = green
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
, _crMeleeCooldown = 0
|
||||
, _crFaction = ColorFaction green
|
||||
|
||||
Reference in New Issue
Block a user