Commit 6827f5ee authored by wind2009's avatar wind2009 Committed by GitHub

fix Goddess Urd's Verdict (#1677)

parent cd2f089f
......@@ -50,7 +50,7 @@ end
function c91969909.rmop(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM)
local tc=Duel.GetFirstTarget()
if not (e:GetHandler():IsRelateToEffect(e) and tc:IsRelateToEffect(e)) then return end
if not (e:GetHandler():IsRelateToEffect(e) and tc:IsRelateToEffect(e) and tc:IsFacedown()) then return end
Duel.ConfirmCards(tp,tc)
if tc:IsCode(ac) then
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
......
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