Commit 45bc6ea9 authored by mercury233's avatar mercury233 Committed by GitHub

fix DDD怒濤壊薙王カエサル・ラグナロク

parent 623fa50d
...@@ -38,7 +38,7 @@ end ...@@ -38,7 +38,7 @@ end
function c27873305.operation(e,tp,eg,ep,ev,re,r,rp) function c27873305.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.SendtoHand(tc,nil,REASON_EFFECT)~=0 then if tc:IsRelateToEffect(e) and Duel.SendtoHand(tc,nil,REASON_EFFECT)~=0 and tc:IsLocation(LOCATION_HAND) then
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
local bc=c:GetBattleTarget() local bc=c:GetBattleTarget()
if c:IsFaceup() and c:IsRelateToEffect(e) and bc:IsRelateToBattle() then if c:IsFaceup() and c:IsRelateToEffect(e) and bc:IsRelateToBattle() then
......
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