Commit d8ce85ff authored by Tachibana's avatar Tachibana

得得得得得

parent e4907c07
Pipeline #13523 failed with stages
in 21 minutes and 20 seconds
......@@ -7,7 +7,7 @@ function c18019026.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(18019026,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
......
......@@ -12,7 +12,7 @@ function c18019027.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(18019027)
e1:SetCountLimit(1,18019027)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetCost(c18019027.tgcost)
e1:SetTarget(c18019027.tgtg)
......
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