Team: added faction_lock and leader_lock to list of allowed [side] keys

Dunno why these were excluded...
This commit is contained in:
Charles Dang 2017-10-10 12:01:38 +11:00
parent 2d7857c59b
commit 3bca7078ef

View File

@ -100,9 +100,11 @@ const std::set<std::string> team::attributes {
"faction",
"faction_from_recruit",
"faction_name",
"faction_lock",
"gold_lock",
"income_lock",
"leader",
"leader_lock",
"random_leader",
"team_lock",
"terrain_liked",