Rework annotations
This commit is contained in:
@@ -37,7 +37,7 @@ import qualified Data.Map.Strict as M
|
||||
--import qualified Data.Text as T
|
||||
|
||||
|
||||
warningRooms :: RandomGen g => Int -> State g (LabTree Room)
|
||||
warningRooms :: RandomGen g => Int -> State g (MetaTree Room)
|
||||
warningRooms n = do
|
||||
rm <- takeOne [roomNgon 8 200, roomRectAutoLinks 200 200]
|
||||
cenroom <- shuffleLinks $ addWarningTerminal n rm
|
||||
|
||||
Reference in New Issue
Block a user