Tweak starting rooms
This commit is contained in:
@@ -48,11 +48,15 @@ rezBoxesThenWeaponRoom = do
|
||||
wroom <- weaponRoom
|
||||
return $ rboxes `appendEitherTree` [wroom]
|
||||
|
||||
rezBoxThenWeaponRoom :: RandomGen g => State g (Tree (Either Room Room))
|
||||
rezBoxThenWeaponRoom = treeFromTrunk [Left rezBox,Left door] <$> weaponRoom
|
||||
|
||||
startRoom :: RandomGen g => State g (Tree (Either Room Room))
|
||||
startRoom = join $ takeOne
|
||||
[-- rezBoxesWp
|
||||
rezBoxesThenWeaponRoom
|
||||
--, rezBoxesWpCrit
|
||||
[ rezBoxesWp
|
||||
, rezBoxesThenWeaponRoom
|
||||
, rezBoxThenWeaponRoom
|
||||
, rezBoxesWpCrit
|
||||
]
|
||||
|
||||
rezBoxesWpCrit :: RandomGen g => State g (Tree (Either Room Room))
|
||||
|
||||
Reference in New Issue
Block a user