[mugenizer] ignore fx lines

This commit is contained in:
odrling 2019-08-13 23:49:33 +02:00
parent 48d46762b9
commit 6d6bca4b1f

View file

@ -127,7 +127,7 @@ function mugenizer(subs)
template_present = true
end
if line.class == "dialogue" and not line.comment then
if line.class == "dialogue" and not line.comment and line.effect ~= "fx" then
if first == nil then
first = i
end