Commit 7e8758c4 authored by Tachibana's avatar Tachibana

eme

parent 2361d1f6
Pipeline #8376 passed with stages
in 27 minutes and 49 seconds
......@@ -71,7 +71,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,0,0,aux.Stringid(m,4))
--serch
local e2=Effect.CreateEffect(c)
e2:SetDescription(m,5)
e2:SetDescription(aux.Stringid(m,5))
e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_EQUIP)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS)
......
......@@ -7,7 +7,7 @@ function cm.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SEARCH+CATEGORY_TOGRAVE+CATEGORY_REMOVE)
e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_REMOVE)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
......@@ -56,5 +56,5 @@ function cm.tf21(c)
return c:IsAbleToRemove() and (c:IsType(TYPE_SPELL+TYPE_TRAP) or (c:IsSetCard(0x301) and c:IsFaceup()))
end
function cm.tf22(c)
return c:IsSetCard(0x301) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
return c:IsSetCard(0x301) and c:IsAbleToGrave()
end
\ No newline at end of file
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