Commit 2c82dcc1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

man!

parent 097bfef7
Pipeline #32474 failed with stages
in 28 minutes and 49 seconds
--奇物-121 净泉碧枝 --奇物-121 净泉碧枝
local m=18700137 local m=18700137
local cm=_G["c"..m] local cm=_G["c"..m]
Duel.LoadScript("1.lua") xpcall(function() require("expansions/script/1") end,function() require("script/1") end)
function cm.initial_effect(c) function cm.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddXyzProcedure(c,nil,2,2,cm.ovfilter,aux.Stringid(m,0),2,cm.xyzop) aux.AddXyzProcedure(c,nil,2,2,cm.ovfilter,aux.Stringid(m,0),2,cm.xyzop)
...@@ -94,11 +94,11 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -94,11 +94,11 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local mg=tc:GetOverlayGroup():Filter(cm.thfilter,nil,tp) local mg=tc:GetOverlayGroup():Filter(cm.thfilter,nil,tp)
if tc:IsRelateToEffect(e) and #mg>0 then if tc:IsRelateToEffect(e) and #mg>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local bc=mg:Select(tp,1,2,nil):GetFirst() local sg=mg:Select(tp,1,2,nil)
if Duel.SendtoHand(bc,nil,REASON_EFFECT)>0 if Duel.SendtoHand(sg,nil,REASON_EFFECT)>0 then
and bc:IsLocation(LOCATION_HAND) then Duel.ConfirmCards(1-tp,sg)
Duel.ConfirmCards(1-tp,bc)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
end end
end end
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