Work on autodoor pathing
This commit is contained in:
@@ -35,7 +35,6 @@ makeDoorDebris dr w = w & makeDebris mt p
|
||||
return $ wl ^. wlMaterial
|
||||
|
||||
makeBlockDebris :: Block -> World -> World
|
||||
--makeBlockDebris bl w = foldl' (flip $ makeDebris mt col) w ps
|
||||
makeBlockDebris bl w = foldl' (flip $ makeDebris mt) w ps
|
||||
where
|
||||
dsize = debrisSize mt
|
||||
|
||||
Reference in New Issue
Block a user