Commit 9df2d89b authored by GuGu's avatar GuGu

Update c60922.lua

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