Commit cf62b9e3 authored by Tachibana's avatar Tachibana

eme

parent fbde5510
Pipeline #6405 passed with stages
in 29 minutes and 51 seconds
No preview for this file type
......@@ -109,7 +109,10 @@ function c9310046.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(c9310046.repfilter,tp,LOCATION_REMOVED,0,nil)
local tc=g:GetFirst()
Duel.SendtoGrave(tc,REASON_EFFECT+REASON_RETURN+REASON_REPLACE)
if tc:IsType(TYPE_EQUIP) and tc:IsType(TYPE_SPELL) and tc:IsAbleToHand() and tc:IsLocation(LOCATION_GRAVE) then
if tc:IsType(TYPE_EQUIP) and tc:IsType(TYPE_SPELL)
and tc:IsAbleToHand() and tc:IsLocation(LOCATION_GRAVE)
and Duel.SelectYesNo(tp,aux.Stringid(9310046,2)) then
Duel.BreakEffect()
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
return true
......
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