Readd block obstruction field

This commit is contained in:
2022-07-01 18:58:21 +01:00
parent fc5d1348d9
commit ca40f315c0
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ defaultBlock = Block
, _blDir = 0
, _blDraw = const mempty
, _blDeath = makeBlockDebris
, _blObstructs = []
}
defaultDirtBlock :: Block
defaultDirtBlock = defaultBlock & blHP .~ 50