Make Placement into a product type
This commit is contained in:
@@ -13,8 +13,8 @@ import System.Random
|
||||
|
||||
blinkAcrossChallenge :: RandomGen g => State g (MetaTree Room String)
|
||||
blinkAcrossChallenge = do
|
||||
teleFromRoom <- shuffleLinks $ roomRectAutoLinks 200 200
|
||||
teleToRoom <- shuffleLinks $ roomRectAutoLinks 200 200
|
||||
teleFromRoom <- shuffleLinks =<< roomRectAutoLinks 200 200
|
||||
teleToRoom <- shuffleLinks =<< roomRectAutoLinks 200 200
|
||||
emptylink <- shuffleLinks emptyCorridor
|
||||
rToOnward "blinkAcrossChallenge" $
|
||||
treePost [teleFromRoom, emptylink, cleatOnward teleToRoom]
|
||||
|
||||
Reference in New Issue
Block a user