Commit 7b95184c authored by mercury233's avatar mercury233 Committed by GitHub

fix 妖精竜 エンシェント

parent 20a26df7
...@@ -68,7 +68,8 @@ function c4179255.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -68,7 +68,8 @@ function c4179255.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c4179255.desop(e,tp,eg,ep,ev,re,r,rp) function c4179255.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsPosition(POS_FACEUP_ATTACK) and c4179255.check() then if tc:IsRelateToEffect(e) and tc:IsPosition(POS_FACEUP_ATTACK)
and Duel.IsExistingMatchingCard(nil,tp,LOCATION_FZONE,LOCATION_FZONE,1,nil) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,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