Make pathedge zoning use sets, probably doesn't help

This commit is contained in:
2022-08-24 14:01:39 +01:00
parent 13b07b53ce
commit 6973663055
16 changed files with 68 additions and 53 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ defaultBlock = Block
, _blDraw = BlockDrawMempty
, _blHeight = 100
, _blMaterial = Stone
, _blObstructs = []
, _blObstructs = mempty
}
defaultDirtBlock :: Block
defaultDirtBlock = defaultBlock & blHP .~ 50