Move GenWorld update of placements into product type
This commit is contained in:
@@ -20,4 +20,3 @@ shiftPlacement shift plmnt = case plmnt of
|
||||
(fmap (shiftPlacement shift) f)
|
||||
RandomPlacement rpl -> RandomPlacement $ fmap (shiftPlacement shift) rpl
|
||||
PickOnePlacement i pl -> PickOnePlacement i (shiftPlacement shift pl)
|
||||
PlacementGenUpdate f pl -> PlacementGenUpdate f (shiftPlacement shift pl)
|
||||
|
||||
Reference in New Issue
Block a user