Fixed error in [modify_side] shroud_data=
This commit is contained in:
parent
42e2486d8a
commit
15f8ac3c80
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ function wml_actions.modify_side(cfg)
|
|||
wesnoth.add_fog(side.side, {}, true)
|
||||
end
|
||||
if cfg.shroud_data then
|
||||
wesnoth.remove_shroud(side, cfg.shroud_data)
|
||||
wesnoth.remove_shroud(side.side, cfg.shroud_data)
|
||||
end
|
||||
|
||||
if cfg.share_vision then
|
||||
|
|
Loading…
Add table
Reference in a new issue