Commit db25c09c authored by mercury233's avatar mercury233 Committed by GitHub

fix 忍法 妖変化の術

parent 329c08f1
...@@ -5,6 +5,7 @@ function c63626024.initial_effect(c) ...@@ -5,6 +5,7 @@ function c63626024.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetCountLimit(1,63626024+EFFECT_COUNT_CODE_OATH) e1:SetCountLimit(1,63626024+EFFECT_COUNT_CODE_OATH)
e1:SetCost(c63626024.cost) e1:SetCost(c63626024.cost)
......
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