Commit a2424261 authored by nekrozar's avatar nekrozar Committed by mercury233

errata Mermail Abyssteus (#979)

parent 14f46353
...@@ -14,7 +14,7 @@ function c22446869.initial_effect(c) ...@@ -14,7 +14,7 @@ function c22446869.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(22446869,1)) e2:SetDescription(aux.Stringid(22446869,1))
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCountLimit(1,22446869) e2:SetCountLimit(1,22446869)
e2:SetCondition(c22446869.thcon) e2:SetCondition(c22446869.thcon)
...@@ -46,7 +46,7 @@ function c22446869.thfilter(c) ...@@ -46,7 +46,7 @@ function c22446869.thfilter(c)
return c:IsSetCard(0x74) and c:IsLevelBelow(4) and c:IsAbleToHand() return c:IsSetCard(0x74) and c:IsLevelBelow(4) and c:IsAbleToHand()
end end
function c22446869.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c22446869.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return Duel.IsExistingMatchingCard(c22446869.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c22446869.thop(e,tp,eg,ep,ev,re,r,rp) function c22446869.thop(e,tp,eg,ep,ev,re,r,rp)
......
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