Tweak weapon pictures
This commit is contained in:
@@ -75,7 +75,7 @@ annoToRoomTree [OrAno as] = do
|
||||
annoToRoomTree [Corridor] = pure . Right <$> randomiseOutLinks corridor
|
||||
annoToRoomTree [CorridorDebug] = pure . Right <$> randomiseOutLinks corridorDebug
|
||||
annoToRoomTree [DoorAno] = roomThenCorridor door
|
||||
annoToRoomTree [DoorNumAno i,AirlockAno] = airlock >>= roomThenCorridor
|
||||
annoToRoomTree [DoorNumAno _,AirlockAno] = airlock >>= roomThenCorridor
|
||||
annoToRoomTree [FirstWeapon] = do
|
||||
branchWP <- branchRectWith weaponRoom
|
||||
blockedC <- longBlockedCorridor
|
||||
|
||||
Reference in New Issue
Block a user