Implement working no-item-airlock zone
This commit is contained in:
@@ -56,7 +56,8 @@ tutAnoTree =
|
||||
tutDrop :: State LayoutVars (MetaTree Room String)
|
||||
tutDrop = do
|
||||
x <- shuffleLinks =<< roomNgon 6 100
|
||||
y <- decontamRoom
|
||||
i <- nextLayoutInt
|
||||
let y = decontamRoom i
|
||||
rm <- roomRectAutoLinks 40 100
|
||||
return $ tToBTree "TutDrop" $ treePost [x,y,cleatOnward rm]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user