Commit 29b1a01c authored by Tachibana's avatar Tachibana

eme

parent 0cb4fd5a
......@@ -25,7 +25,7 @@ function c9399300.initial_effect(c)
c:RegisterEffect(e3)
end
function c9399300.filter(c)
return c:IsFaceup() and not c:IsSetCard(0x1f99)
return c:IsFaceup() and not c:IsSetCard(0x3f99)
end
function c9399300.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c9399300.filter(chkc) end
......@@ -46,6 +46,7 @@ function c9399300.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetDescription(aux.Stringid(9399300,1))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_ADD_SETCODE)
e1:SetProperty(EFFECT_FLAG_CLIENT_HINT)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(0x3f99)
tc:RegisterEffect(e1)
......
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