Commit 9715d53c authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 2a049937
Pipeline #29831 failed with stages
in 22 minutes and 41 seconds
......@@ -49,7 +49,7 @@ function s.spsop(e,tp,eg,ep,ev,re,r,rp)
and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
Duel.BreakEffect()
for i=0,1 do
local ct=Duel.GetMatchingGroup(s.rockcheck,i,LOCATION_MZONE,0,nil)
local ct=Duel.GetMatchingGroupCount(s.rockcheck,i,LOCATION_MZONE,0,nil)
if Duel.Recover(i,ct*800,REASON_EFFECT)==0 and Duel.IsExistingMatchingCard(s.tgfilter,i,LOCATION_DECK,0,1,nil) then
Duel.Hint(HINT_SELECTMSG,i,HINTMSG_ATOHAND)
local sg=Duel.SelectMatchingCard(tp,s.tgfilter,i,LOCATION_DECK,0,1,1,nil)
......
......@@ -4,7 +4,7 @@ cm.name="歼世死士轮 贩子"
function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_DECKDES)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
......
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