Allow for destruction of blocks again
This commit is contained in:
@@ -64,8 +64,10 @@ zonedBlockWalls = concatMap f . IM.toList . _znObjects . _wallsZone
|
||||
g (y,zs) = show y
|
||||
|
||||
testStringInit :: World -> [String]
|
||||
testStringInit _ = []
|
||||
--testStringInit w = map (show . _blWallIDs) . IM.elems $ _blocks w
|
||||
testStringInit w = (map (f w) . filter g . IM.elems $ _walls w)
|
||||
--testStringInit w = (map (f w) . filter g . IM.elems $ _walls w)
|
||||
-- ++ map (show . fst) (IM.toList $ _znObjects $ _wallsZone w)
|
||||
-- ++ zonedBlockWalls w
|
||||
where
|
||||
g Block{} = True
|
||||
|
||||
Reference in New Issue
Block a user