mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Disable Han stockades in Survival of the Fittest
The other civs use structures/wallset_palisade, but the Han have a special one, structures/han/wallset_palisade, which the trigger script didn't disable. Fixes #8763
This commit is contained in:
parent
6ca52a0b23
commit
ab378c016e
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ var disabledTemplates = (civ) => [
|
|||
|
||||
// Walls
|
||||
"structures/" + civ + "/wallset_stone",
|
||||
"structures/" + civ + "/wallset_palisade",
|
||||
"structures/rome/wallset_siege",
|
||||
"structures/wallset_palisade",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue