Improve rooms, make consumable use type
This commit is contained in:
@@ -40,6 +40,7 @@ rezBox ls = roomRect 40 60 1 1
|
||||
& rmPmnts .~ [ sPS (V2 20 1) 0 $ PutLS ls]
|
||||
& restrictInLinks (\(V2 _ h,_)-> h < 1)
|
||||
& restrictOutLinks (\(V2 _ h,_)-> h > 59)
|
||||
& rmName .~ "rezBox"
|
||||
|
||||
rezBoxesWp :: RandomGen g => State g (SubCompTree Room)
|
||||
rezBoxesWp = do
|
||||
|
||||
Reference in New Issue
Block a user