Data-ify creature drawing (partially)
This commit is contained in:
@@ -3,7 +3,6 @@ module Dodge.Creature.AutoCrit
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Dodge.Default
|
||||
import Dodge.Creature.Picture
|
||||
import Dodge.Creature.Update
|
||||
import Dodge.Creature.SentinelAI
|
||||
--import Dodge.Creature.ChooseTarget
|
||||
@@ -22,11 +21,10 @@ import Control.Lens
|
||||
|
||||
autoCrit :: Creature
|
||||
autoCrit = defaultCreature
|
||||
{ _crPict = basicCrPict
|
||||
, _crUpdate = defaultImpulsive [sentinelAI]
|
||||
{ _crUpdate = defaultImpulsive [sentinelAI]
|
||||
, _crInv = IM.fromList [(0,autoGun),(1,medkit 100)]
|
||||
, _crRad = 10
|
||||
, _crHP = 300
|
||||
, _crMvType = defaultAimMvType
|
||||
}
|
||||
& crSkin . skinUpper .~ light4 red
|
||||
& crType . skinUpper .~ light4 red
|
||||
|
||||
Reference in New Issue
Block a user