Cleanup
This commit is contained in:
@@ -25,7 +25,7 @@ doWdCrBl wcb = case wcb of
|
||||
False
|
||||
(\cid -> canSee (_crID cr) cid w)
|
||||
(_targetCr (_crIntention cr))
|
||||
WdCrSafeDistFromTarget x -> \w -> crSafeDistFromTarg w x -- currently ignores walls etc
|
||||
WdCrSafeDistFromTarget x -> (`crSafeDistFromTarg` x) -- currently ignores walls etc
|
||||
|
||||
doCrBl :: CrBl -> Creature -> Bool
|
||||
doCrBl cb = case cb of
|
||||
|
||||
Reference in New Issue
Block a user