Lua API: Add read-write support to village_support field in wesnoth.sides[n]
This commit is contained in:
parent
f10bf2b538
commit
b73c9092ca
1 changed files with 1 additions and 0 deletions
|
@ -1208,6 +1208,7 @@ static int impl_side_set(lua_State *L)
|
|||
modify_int_attrib("gold", t.set_gold(value));
|
||||
modify_tstring_attrib("objectives", t.set_objectives(value, true));
|
||||
modify_int_attrib("village_gold", t.set_village_gold(value));
|
||||
modify_int_attrib("village_support", t.set_village_support(value));
|
||||
modify_int_attrib("recall_cost", t.set_recall_cost(value));
|
||||
modify_int_attrib("base_income", t.set_base_income(value));
|
||||
modify_bool_attrib("objectives_changed", t.set_objectives_changed(value));
|
||||
|
|
Loading…
Add table
Reference in a new issue