Add files
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+15
-6
@@ -47,14 +47,23 @@ minigunfakeout = do
|
|||||||
,Left keyholeCorridor,Left corridor])
|
,Left keyholeCorridor,Left corridor])
|
||||||
`treeFromPost` Right door
|
`treeFromPost` Right door
|
||||||
|
|
||||||
|
centralLasTurret :: Room
|
||||||
|
centralLasTurret = roomOctogon
|
||||||
|
|
||||||
|
rezThenLasTurret :: RandomGen g => State g (Tree (Either Room Room))
|
||||||
|
rezThenLasTurret = do
|
||||||
|
rbox <- rezBoxStart
|
||||||
|
return $ rbox `appendEitherTree` [return $ Right roomOctogon]
|
||||||
|
|
||||||
startRoom :: RandomGen g => State g (Tree (Either Room Room))
|
startRoom :: RandomGen g => State g (Tree (Either Room Room))
|
||||||
startRoom = join $ takeOne
|
startRoom = join $ takeOne
|
||||||
[ minigunfakeout
|
[ rezThenLasTurret
|
||||||
, rezBoxesWp
|
--,minigunfakeout
|
||||||
, rezBoxesThenWeaponRoom
|
--, rezBoxesWp
|
||||||
, rezBoxThenWeaponRoom
|
--, rezBoxesThenWeaponRoom
|
||||||
, rezBoxesWpCrit
|
--, rezBoxThenWeaponRoom
|
||||||
, runPastStart
|
--, rezBoxesWpCrit
|
||||||
|
--, runPastStart
|
||||||
]
|
]
|
||||||
|
|
||||||
runPastStart :: RandomGen g => State g (Tree (Either Room Room))
|
runPastStart :: RandomGen g => State g (Tree (Either Room Room))
|
||||||
|
|||||||
Reference in New Issue
Block a user