mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 15:43:53 +00:00
Make "faction" and "faction_name" inputs work
This commit is contained in:
parent
bd2c250386
commit
1930008332
@ -769,6 +769,10 @@ variant team_callable::get_value(const std::string& key) const
|
||||
return variant(team_.flag_icon());
|
||||
} else if(key == "team_name") {
|
||||
return variant(team_.team_name());
|
||||
} else if(key == "faction") {
|
||||
return variant(team_.faction());
|
||||
} else if(key == "faction_name") {
|
||||
return variant(team_.faction_name());
|
||||
} else if(key == "color") {
|
||||
return variant(team_.color());
|
||||
} else if(key == "share_vision") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user