Commit a4c277d2 authored by GuGu's avatar GuGu

Update c17035040.lua

parent e9329c96
Pipeline #33800 passed with stage
in 13 seconds
...@@ -9,7 +9,7 @@ function cm.initial_effect(c) ...@@ -9,7 +9,7 @@ function cm.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,17035040) e1:SetCountLimit(1,17035040+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(cm.hspcon) e1:SetCondition(cm.hspcon)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--special summon --special summon
......
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