Tweak creature awareness

This commit is contained in:
2022-05-20 23:28:24 +01:00
parent a823ed7f53
commit 6ea8e5fa98
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ viewTarget w cr = do
& crActionPlan . crAction %~ replaceNullWith (TurnToA p)
& crIntention . viewPoint .~ Nothing
| otherwise -> cr' & crActionPlan . crAction %~ replaceNullWith (PathTo p)
Nothing -> cr & crPerception . crAwakeLevel .~ Lethargic
Nothing -> cr-- & crPerception . crAwakeLevel .~ Lethargic
where
cr' = cr & crPerception . crAwakeLevel .~ Vigilant