Bug #841 ยป 0034-Lua-Add-City-change_size.patch
| server/scripting/tolua_server.pkg | ||
|---|---|---|
|
edit.remove_building(self, impr)
|
||
|
end
|
||
|
function City:change_size(change, nationality)
|
||
|
edit.change_city_size(self, change, nationality)
|
||
|
end
|
||
|
-- Server functions for Unit module
|
||
|
function Unit:teleport(dest,
|
||
|
embark_to, allow_disembark,
|
||