Fix [modify_side]reset_maps=true
I have no idea how this was missed...
This commit is contained in:
parent
9a5e33182f
commit
1dca42ca0e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function wesnoth.wml_actions.modify_side(cfg)
|
|||
side.shroud = cfg.shroud
|
||||
end
|
||||
if cfg.reset_maps then
|
||||
wesnoth.remove_shroud(side.side, "all")
|
||||
wesnoth.place_shroud(side.side, "all")
|
||||
end
|
||||
if cfg.fog ~= nil then
|
||||
side.fog = cfg.fog
|
||||
|
|
Loading…
Add table
Reference in a new issue