Make more sounds positional
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ import System.Random
|
||||
roomTreex :: RandomGen g => State g (Maybe [Room])
|
||||
roomTreex = do
|
||||
struct' <- aTreeStrut
|
||||
let struct = Node [EndRoom] []
|
||||
let struct = treePost [[SpecificRoom $ fmap (pure . Right) pistolerRoom]] [EndRoom]
|
||||
let t' = padCorridors struct
|
||||
t = treeTrunk
|
||||
[[StartRoom]
|
||||
|
||||
Reference in New Issue
Block a user