Cleanup
This commit is contained in:
+2
-2
@@ -85,5 +85,5 @@ initialRoomTree = do
|
||||
t'
|
||||
shiftExpandTree . expandTreeBy id <$> mapM annoToRoomTree t
|
||||
|
||||
levx :: RandomGen g => State g [Room]
|
||||
levx = untilJust initialRoomTree
|
||||
levx :: RandomGen g => Int -> State g [Room]
|
||||
levx _ = untilJust initialRoomTree
|
||||
|
||||
Reference in New Issue
Block a user