Add Read/Show instance for Creature
This commit is contained in:
@@ -5,7 +5,6 @@ module Dodge.Creature.ChaseCrit
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Dodge.Default
|
||||
import Dodge.Creature.Picture
|
||||
import Dodge.Item.Consumable
|
||||
import Dodge.Item.Equipment
|
||||
import Dodge.SoundLogic
|
||||
@@ -20,7 +19,7 @@ smallChaseCrit = chaseCrit
|
||||
{ _crHP = 1
|
||||
, _crRad = 4
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
, _crCorpse = basicCrCorpse
|
||||
, _crCorpse = MakeDefaultCorpse
|
||||
}
|
||||
invisibleChaseCrit :: Creature
|
||||
invisibleChaseCrit = chaseCrit
|
||||
|
||||
Reference in New Issue
Block a user