Commit 84b6a911 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 聖騎士伝説の終幕 (#3066)

parent fe1427c4
......@@ -20,7 +20,7 @@ function c66970385.filter(c,e,tp)
and Duel.IsExistingTarget(c66970385.eqfilter,tp,LOCATION_GRAVE,0,1,nil,tp,c)
end
function c66970385.eqfilter(c,tp,ec)
return c:IsSetCard(0x207a) and c:CheckUniqueOnField(tp) and c:CheckEquipTarget(ec)
return c:IsSetCard(0x207a) and c:CheckUniqueOnField(tp) and c:CheckEquipTarget(ec) and not c:IsForbidden()
end
function c66970385.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc 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