Commit 3f1dcf9d authored by wyykak's avatar wyykak

fix c60922.lua

parent 1ae1f81f
Pipeline #8069 passed with stage
in 28 seconds
......@@ -9,6 +9,7 @@ function c60922.initial_effect(c)
e1:SetDescription(aux.Stringid(60922,1))
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCountLimit(1,EFFECT_COUNT_CODE_DUEL|60922)
e1:SetRange(LOCATION_EXTRA)
e1:SetCondition(c60922.lkcon)
e1:SetOperation(c60922.lkop)
......
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