Skip to content

Commit

Permalink
Fix [modify_side]reset_maps=true
Browse files Browse the repository at this point in the history
I have no idea how this was missed...
  • Loading branch information
CelticMinstrel committed Feb 23, 2021
1 parent 2271de8 commit 840b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/modify_side.lua
Expand Up @@ -65,7 +65,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
Expand Down

0 comments on commit 840b6e7

Please sign in to comment.