Skip to content

Commit

Permalink
Fix [modify_side]reset_maps
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 22, 2021
1 parent a915e43 commit 8493542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/modify_side.lua
Expand Up @@ -61,7 +61,7 @@ function wesnoth.wml_actions.modify_side(cfg)
side.shroud = cfg.shroud
end
if cfg.reset_maps then
wesnoth.map.remove_shroud(side.side, "all")
wesnoth.map.place_shroud(side.side, "all")
end
if cfg.fog ~= nil then
side.fog = cfg.fog
Expand Down

0 comments on commit 8493542

Please sign in to comment.