Commit e62f82a3 authored by wind2009's avatar wind2009 Committed by GitHub

Fix ワルキューレの抱擁 (#1768)

parent 2327b007
...@@ -65,8 +65,8 @@ function c45584727.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,8 +65,8 @@ function c45584727.rmop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc==hc then tc=g:GetNext() end if tc==hc then tc=g:GetNext() end
if tc:IsFaceup() and tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e) then if tc:IsFaceup() and tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e)
Duel.ChangePosition(tc,POS_FACEUP_DEFENSE) and Duel.ChangePosition(tc,POS_FACEUP_DEFENSE)>0 and hc:IsRelateToEffect(e) then
Duel.Remove(hc,POS_FACEUP,REASON_EFFECT) Duel.Remove(hc,POS_FACEUP,REASON_EFFECT)
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