Allow for random choice between placements in different rooms
This commit is contained in:
@@ -17,3 +17,4 @@ shiftPlacement shift plmnt = case plmnt of
|
||||
PlacementUsingPos p f -> PlacementUsingPos (shiftPoint3By shift p)
|
||||
(fmap (shiftPlacement shift) f)
|
||||
RandomPlacement rpl -> RandomPlacement $ fmap (shiftPlacement shift) rpl
|
||||
PickOnePlacement i pl -> PickOnePlacement i (shiftPlacement shift pl)
|
||||
|
||||
Reference in New Issue
Block a user