Remove creature move type record
This commit is contained in:
@@ -7,7 +7,6 @@ import Dodge.Data.Equipment.Misc
|
||||
import Control.Lens
|
||||
import Dodge.Creature.ChaseCrit
|
||||
import Dodge.Data.Creature
|
||||
import Dodge.Data.FloatFunction
|
||||
import Dodge.Default
|
||||
import Dodge.Item.Equipment
|
||||
import qualified IntMapHelp as IM
|
||||
@@ -29,7 +28,7 @@ flockArmourChaseCrit =
|
||||
, _apGoal = [Kill 0]
|
||||
}
|
||||
, _crGroup = ShieldGroup
|
||||
, _crMvType = defaultChaseMvType
|
||||
-- , _crMvType = defaultChaseMvType
|
||||
}
|
||||
-- & crType . humanoidAI .~ FlockArmourChaseAI
|
||||
|
||||
@@ -42,6 +41,6 @@ armourChaseCrit =
|
||||
IM.fromList
|
||||
[ (0, frontArmour)
|
||||
]
|
||||
, _crMvType = defaultChaseMvType{_mvTurnRad = FloatConst 0.05}
|
||||
-- , _crMvType = defaultChaseMvType{_mvTurnRad = FloatConst 0.05}
|
||||
}
|
||||
& crEquipment . at OnChest ?~ 0
|
||||
|
||||
Reference in New Issue
Block a user