Commit 0599d619 authored by Tachibana's avatar Tachibana

得得得得得

parent b8f9b10d
Pipeline #12426 passed with stages
in 24 minutes and 5 seconds
......@@ -57,6 +57,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
Duel.Hint(24,0,aux.Stringid(m,6))
end
function cm.costdeck(e,tp,eg,ep,ev,re,r,rp,chk)
......@@ -80,4 +81,5 @@ function cm.activate2(e,tp,eg,ep,ev,re,r,rp)
local g1=Duel.SelectMatchingCard(tp,cm.tdfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,2,e:GetHandler())
Duel.SendtoDeck(g1,nil,2,REASON_EFFECT)
end
Duel.Hint(24,0,aux.Stringid(m,7))
end
\ No newline at end of file
......@@ -77,6 +77,7 @@ end
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.GetMZoneCount(tp)>0 and Duel.IsPlayerCanSpecialSummonMonster(tp,m+1,0xa2c2,0x21,2800,2000,8,RACE_PSYCHO,ATTRIBUTE_WATER) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_MOVE)
......@@ -89,7 +90,6 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local tcode=c.dfc_back_side
c:SetEntityCode(tcode,true)
c:ReplaceEffect(tcode,0,0)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
c:RegisterFlagEffect(m,0,0,0)
end
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