Commit f29512a8 authored by Tachibana's avatar Tachibana

eme

parent e7a59006
Pipeline #8406 passed with stages
in 45 minutes and 10 seconds
......@@ -21,7 +21,6 @@ function c17030920.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_FZONE)
e3:SetLabel(8)
e3:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e3:SetCost(c17030920.cost)
e3:SetTarget(c17030920.rptg)
e3:SetOperation(c17030920.rpop)
......@@ -34,7 +33,6 @@ function c17030920.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e4:SetRange(LOCATION_FZONE)
e4:SetLabel(25)
e4:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e4:SetCost(c17030920.cost)
e4:SetTarget(c17030920.rmtg)
e4:SetOperation(c17030920.rmop)
......@@ -44,7 +42,6 @@ function c17030920.initial_effect(c)
e5:SetDescription(aux.Stringid(17030920,4))
e5:SetType(EFFECT_TYPE_IGNITION)
e5:SetRange(LOCATION_FZONE)
e5:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e5:SetLabel(40)
e5:SetCost(c17030920.cost)
e5:SetTarget(c17030920.skiptg)
......
......@@ -23,7 +23,7 @@ function c65020051.initial_effect(c)
end
function c65020051.con(e,c)
local tp=e:GetHandlerPlayer()
local a=Duel.GetMatchingGroupCount(Card.IsFacedown,tp,LOCATION_REMOVED,LOCATION_REMOVED,nil)
local a=Duel.GetMatchingGroupCount(Card.IsFacedown,tp,LOCATION_REMOVED,0,nil)
local b=Duel.GetFieldGroupCount(tp,0,LOCATION_REMOVED)
return a>b
end
......
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