mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add repair bench to desert and cliff towns.
This commit is contained in:
parent
038929d66d
commit
7fab9d192b
@ -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);
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user