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

fix

parent 9323a0e1
...@@ -49,7 +49,7 @@ function c91505214.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,7 +49,7 @@ function c91505214.regop(e,tp,eg,ep,ev,re,r,rp)
end end
function c91505214.damcon(e,tp,eg,ep,ev,re,r,rp) function c91505214.damcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return ep~=tp and c:GetFlagEffect(91505214)~=0 return ep~=tp and c:GetFlagEffect(91505214)~=0 and (re:GetActivateLocation()==LOCATION_GRAVE or re:GetActivateLocation()==LOCATION_HAND)
end end
function c91505214.damop(e,tp,eg,ep,ev,re,r,rp) function c91505214.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,91505214) Duel.Hint(HINT_CARD,0,91505214)
......
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