Dark Forecast: add placed units to the help

Resolved conflict caused by 05cd1521ff on
master.
This commit is contained in:
sevu 2019-03-02 18:03:21 +01:00 committed by josteph
parent cc1888127c
commit 04e840b025

View file

@ -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