Commit 54dbf385 authored by nanahira's avatar nanahira

typo

parent fc75784d
......@@ -2,7 +2,7 @@ Duel.LoadScript("underscore.lua")
local _FORBID_LIST={}
function Auxiliary.PreloadUds()
local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_FIELD_CONTINUOUS)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EVENT_PREDRAW)
e1:SetCondition(function()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment