Commit 4912638a authored by mercury233's avatar mercury233 Committed by GitHub

fix 相剣大邪-七星龍淵

parent 974cea02
...@@ -75,7 +75,7 @@ function c47710198.remop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function c47710198.remop1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
tc=g:Select(tp,1,1,nil):GetFirst() tc=g:Select(tp,1,1,nil):GetFirst()
end end
if Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)~=0 and tc:IsLocation(LOCATION_REMOVED) then if Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)~=0 and (tc:IsLocation(LOCATION_REMOVED) or tc:IsType(TYPE_TOKEN)) then
Duel.Damage(1-tp,1200,REASON_EFFECT) Duel.Damage(1-tp,1200,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