Commit fc81dc16 authored by mercury233's avatar mercury233 Committed by GitHub

fix 天威の龍鬼神

parent d1191e51
...@@ -31,7 +31,7 @@ function c5041348.rmcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,7 +31,7 @@ function c5041348.rmcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c5041348.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) function c5041348.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
local rc=re:GetHandler() local rc=re:GetHandler()
if chk==0 then return rc:IsRelateToEffect(re) and rc:IsAbleToRemove() end if chk==0 then return rc:IsRelateToEffect(re) and rc:IsAbleToRemove() and not rc:IsLocation(LOCATION_REMOVED) end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,rc,1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,rc,1,0,0)
end end
function c5041348.rmop(e,tp,eg,ep,ev,re,r,rp) function c5041348.rmop(e,tp,eg,ep,ev,re,r,rp)
......
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