Commit before trying to remove reified impulses
This commit is contained in:
@@ -89,6 +89,7 @@ drawCrInfo u = foldMap f . IM.elems $ w ^. cWorld . lWorld . creatures
|
||||
, g show "cpVigilance" $ cr ^? crPerception . cpVigilance
|
||||
, g show "crAction" $ cr ^? crActionPlan . apAction
|
||||
, g show "crImpulse" $ cr ^? crActionPlan . apImpulse
|
||||
, g show "crName" $ cr ^? crName
|
||||
]
|
||||
setclip s u'' = fromMaybe u'' $ do
|
||||
guard (SDL.ButtonLeft `M.member` (u'' ^. uvWorld . input . mouseButtons))
|
||||
|
||||
Reference in New Issue
Block a user