Add in "linear" lWorld to separate time reversable worlds
This commit is contained in:
@@ -45,7 +45,7 @@ crsHit sp ep w
|
||||
| otherwise =
|
||||
sortOn (dist sp . fst)
|
||||
. overlapSegCrs sp ep
|
||||
. mapMaybe (\cid -> w ^? cWorld . creatures . ix cid)
|
||||
. mapMaybe (\cid -> w ^? cWorld . lWorld . creatures . ix cid)
|
||||
. IS.toList
|
||||
. crixsNearSeg sp ep
|
||||
$ w
|
||||
|
||||
Reference in New Issue
Block a user