Commit d842e9d2 authored by wind2009's avatar wind2009

Update code

parent 1f110b33
Pipeline #34913 passed with stages
in 1 minute and 57 seconds
No preview for this file type
--デーモンズ・マタドール
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,100240005)
aux.AddCodeList(c,100240205)
c:EnableReviveLimit()
--to hand
local e1=Effect.CreateEffect(c)
......
--マタドール降臨の儀式 ダーク・パセオ
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddRitualProcGreaterCode(c,100240004)
aux.AddRitualProcGreaterCode(c,100240204)
--Special Summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,0))
......@@ -27,6 +27,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,0,false,POS_FACEUP)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
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