Work towards cross-room placements
This commit is contained in:
@@ -22,7 +22,7 @@ telRoomLev
|
||||
telRoomLev _ = do
|
||||
w <- state $ randomR (200,300)
|
||||
h <- state $ randomR (200,300)
|
||||
return $ roomRectAutoLinks w h & rmPS .~
|
||||
return $ roomRectAutoLinks w h & rmPmnts .~
|
||||
[ sPS (V2 (w/2) (h/2)) 0 $ PutPressPlate telPP
|
||||
, sPS (V2 (w/2) (h/2+ 30)) 0 putLamp
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user