Commit 22764300 authored by DailyShana's avatar DailyShana

fix

parent dcd58a1d
...@@ -49,7 +49,7 @@ end ...@@ -49,7 +49,7 @@ end
function c90020780.spcon(e,tp,eg,ep,ev,re,r,rp) function c90020780.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_GRAVE) and (c:IsReason(REASON_EFFECT) return c:IsPreviousLocation(LOCATION_GRAVE) and (c:IsReason(REASON_EFFECT)
or c:IsReason(REASON_COST) and re:IsHasType(0x7e0)) or c:IsReason(REASON_COST) and re:IsHasType(0x7f0))
end end
function c90020780.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c90020780.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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