Fix reversed impulse pathfinding bug
This commit is contained in:
@@ -153,6 +153,7 @@ drawCrInfo u = foldMap f . IM.elems $ w ^. cWorld . lWorld . creatures
|
||||
, g "crAction" $ cr ^? crActionPlan . apAction
|
||||
, g "crImpulse" $ cr ^? crActionPlan . apImpulse
|
||||
, g "crName" $ cr ^? crName
|
||||
, g "crIntention" $ cr ^? crIntention
|
||||
]
|
||||
|
||||
setClip :: String -> Universe -> Universe
|
||||
|
||||
Reference in New Issue
Block a user