Commit 19143af0 authored by mercury233's avatar mercury233 Committed by GitHub

fix 深淵の青眼龍

parent f9d45824
...@@ -38,7 +38,7 @@ function c64202399.initial_effect(c) ...@@ -38,7 +38,7 @@ function c64202399.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c64202399.cfilter(c) function c64202399.cfilter(c)
return c:IsFaceup() and c:IsCode(89631139) return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsCode(89631139)
end end
function c64202399.condition(e,tp,eg,ep,ev,re,r,rp) function c64202399.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c64202399.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil) return Duel.IsExistingMatchingCard(c64202399.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
......
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