mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00: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:
@@ -71,6 +71,7 @@ var disabledTemplates = (civ) => [
|
||||
|
||||
// Walls
|
||||
"structures/" + civ + "/wallset_stone",
|
||||
"structures/" + civ + "/wallset_palisade",
|
||||
"structures/rome/wallset_siege",
|
||||
"structures/wallset_palisade",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user