Commit a2d89c3b authored by mallu11's avatar mallu11 Committed by GitHub

fix 竜魔道騎士ガイア (#1493)

parent 767bd43b
...@@ -22,7 +22,7 @@ function c15989522.initial_effect(c) ...@@ -22,7 +22,7 @@ function c15989522.initial_effect(c)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e2:SetCountLimit(1,15989522) e2:SetCountLimit(1,15989522)
e2:SetCost(c15989522.descon) e2:SetCondition(c15989522.descon)
e2:SetTarget(c15989522.destg) e2:SetTarget(c15989522.destg)
e2:SetOperation(c15989522.desop) e2:SetOperation(c15989522.desop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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