fix missing comma

This commit is contained in:
gfgtdf 2018-10-17 00:13:27 +02:00 committed by GitHub
parent 1a7724e547
commit ae5c5c4043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@ function wml_actions.unit_overlay(cfg)
if w == img then has_already = true end
end
if has_already == false then
u:add_modification("object" {
u:add_modification("object", {
id = cfg.object_id,
wml.tag.effect {
apply_to = "overlay",