Add IntMapHelper, locate wall cutting bug
This commit is contained in:
@@ -41,7 +41,7 @@ chaseCrit = defaultCreature
|
||||
chaseTargetR targetYouLOS >=>
|
||||
basicPerceptionUpdateR [0] >=>
|
||||
targetYouWhenCognizantR >=>
|
||||
return . (crMeleeCooldown . _Just %~ (max 0 . subtract 1))
|
||||
return . (crMeleeCooldown . _Just %~ max 0 . subtract 1)
|
||||
, _crHP = 300
|
||||
, _crPict = basicCrPict green
|
||||
, _crInv = IM.fromList [(0,medkit 200)]
|
||||
|
||||
Reference in New Issue
Block a user