Dark Forecast: add placed units to the help
Resolved conflict caused by 05cd1521ff
on
master.
This commit is contained in:
parent
cc1888127c
commit
04e840b025
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ local function place_units(unittypes, x, y)
|
|||
})
|
||||
local dst_x, dst_y = wesnoth.find_vacant_tile(x, y, u)
|
||||
u:to_map(dst_x, dst_y)
|
||||
wesnoth.add_known_unit(v)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue