Improve wall squashing further
This commit is contained in:
@@ -142,7 +142,7 @@ updateCloseObjects w =
|
||||
x <- lw ^? terminals . ix tid . tmStatus
|
||||
return (x /= TerminalDeactivated)
|
||||
_ -> True
|
||||
isclose x = dist y x < 40 && hasButtonLOS y x w
|
||||
isclose x = dist y x < 30 && hasButtonLOS y x w
|
||||
y = you w ^. crPos . _xy
|
||||
|
||||
changeSwapSelSet :: Int -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user