Feature #862 ยป 0033-Lua-Add-Unit.nationality.patch
| common/scriptcore/tolua_game.pkg | ||
|---|---|---|
| struct Unit { | ||
|   Unit_Type *utype; | ||
|   Player *owner; | ||
|   Player *nationality; | ||
|   /* This used to be @ homecity_id, but it does not work with toluaxx. */ | ||
|   int homecity; | ||