Add repair bench to desert and cliff towns.

This commit is contained in:
Sam 2023-04-01 17:26:15 -04:00
parent 038929d66d
commit 7fab9d192b
3 changed files with 3 additions and 0 deletions

View File

@ -632,6 +632,7 @@ impl Structure for CliffTower {
SpriteKind::Forge,
SpriteKind::DismantlingBench,
SpriteKind::Anvil,
SpriteKind::RepairBench,
];
for dir in LOCALITY {
let pos = super_center + dir * (width / 3);

View File

@ -1150,6 +1150,7 @@ impl Structure for DesertCityMultiPlot {
SpriteKind::Loom,
SpriteKind::Anvil,
SpriteKind::DismantlingBench,
SpriteKind::RepairBench,
];
'outer: for d in 0..2 {
for dir in NEIGHBORS {

View File

@ -888,6 +888,7 @@ impl Structure for SavannahPit {
SpriteKind::Loom,
SpriteKind::Anvil,
SpriteKind::DismantlingBench,
SpriteKind::RepairBench,
];
'outer: for d in 0..2 {
for dir in NEIGHBORS {