Add missing file, workaround for placement positions bug
This commit is contained in:
@@ -66,7 +66,7 @@ anoToRoomTree anos = case anos of
|
||||
[AirlockAno] -> airlock >>= roomThenCorridor
|
||||
[FirstWeapon] -> do
|
||||
branchWP <- branchRectWith weaponRoom
|
||||
blockedC <- longBlockedCorridor
|
||||
blockedC <- longBlockedCorridor 3
|
||||
join $ takeOne $ return (passUntilUseAll branchWP [blockedC]) : replicate 5 weaponRoom
|
||||
[EndRoom] -> fmap (pure . UseAll) (telRoomLev 1)
|
||||
(SpecificRoom rt:_) -> rt
|
||||
|
||||
Reference in New Issue
Block a user