Move towards allowing partial destruction of doors

This commit is contained in:
2022-06-23 14:52:25 +01:00
parent 4c8c82b55c
commit 0f01e422f6
11 changed files with 73 additions and 28 deletions
+2 -2
View File
@@ -41,5 +41,5 @@ initialWorld = defaultWorld
}
testStringInit :: World -> [String]
testStringInit = map (show . _drStatus) . IM.elems . _doors
--testStringInit = const []
--testStringInit = map (show . _drStatus) . IM.elems . _doors
testStringInit = const []