Skip to content

Commit

Permalink
WC2: support 10th side on field
Browse files Browse the repository at this point in the history
  • Loading branch information
sevu committed Oct 27, 2021
1 parent ee42883 commit 7721e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/campaigns/World_Conquest/lua/game_mechanics/color.lua
Expand Up @@ -44,7 +44,7 @@ end
function wesnoth.wml_actions.wc2_fix_colors(cfg)
local player_sides = wesnoth.sides.find(wml.get_child(cfg, "player_sides"))
local other_sides = wesnoth.sides.find { { "not", wml.get_child(cfg, "player_sides") } }
local available_colors = { "red", "blue", "green", "purple", "black", "brown", "orange", "white", "teal" }
local available_colors = { "red", "blue", "green", "purple", "black", "brown", "orange", "white", "teal", "gold" }
local taken_colors = {}

for i, side in ipairs(player_sides) do
Expand Down

0 comments on commit 7721e8a

Please sign in to comment.