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

fix 円卓の聖騎士

parent b2011fb4
......@@ -59,7 +59,7 @@ function c55742055.initial_effect(c)
c:RegisterEffect(e5)
end
function c55742055.confilter(c)
return c:IsFaceup() and c:IsSetCard(0x107a)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsSetCard(0x107a)
end
function c55742055.effcon(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetTurnPlayer()~=tp then return false 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