Commit bf8b5779 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #760 from sidschingis/patch-4

fix
parents 837e50bb 4dd03d9c
...@@ -47,6 +47,7 @@ function c16404809.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,6 +47,7 @@ function c16404809.operation(e,tp,eg,ep,ev,re,r,rp)
local sg=g:FilterSelect(tp,c16404809.filter,1,1,nil) local sg=g:FilterSelect(tp,c16404809.filter,1,1,nil)
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
Duel.ShuffleHand(p)
g:Sub(sg) g:Sub(sg)
end end
Duel.SendtoGrave(g,REASON_EFFECT+REASON_REVEAL) Duel.SendtoGrave(g,REASON_EFFECT+REASON_REVEAL)
......
...@@ -8,7 +8,6 @@ function c71175527.initial_effect(c) ...@@ -8,7 +8,6 @@ function c71175527.initial_effect(c)
e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,71175527) e1:SetCountLimit(1,71175527)
e1:SetCost(c71175527.spcost)
e1:SetTarget(c71175527.sptg) e1:SetTarget(c71175527.sptg)
e1:SetOperation(c71175527.spop) e1:SetOperation(c71175527.spop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
...@@ -20,7 +20,7 @@ function c80885284.initial_effect(c) ...@@ -20,7 +20,7 @@ function c80885284.initial_effect(c)
e3:SetDescription(aux.Stringid(80885284,1)) e3:SetDescription(aux.Stringid(80885284,1))
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(+FFECT_FLAG_DAMAGE_STEP) e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e3:SetCode(EVENT_FLIP) e3:SetCode(EVENT_FLIP)
e3:SetCountLimit(1,80885284) e3:SetCountLimit(1,80885284)
e3:SetTarget(c80885284.thtg) e3:SetTarget(c80885284.thtg)
......
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