Commit af1b240f authored by Tachibana's avatar Tachibana

ybb

parent 1fdeccf3
......@@ -78,7 +78,8 @@ function c9310000.cfilter(c)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsSetCard(0x3f91) and not c:IsCode(9310000)
end
function c9310000.actlimit(e,re,rp)
return not re:GetHandler():IsSetCard(0x3f91) and not Duel.IsExistingMatchingCard(c9310000.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
return not re:GetHandler():IsSetCard(0x3f91)
and not Duel.IsExistingMatchingCard(c9310000.cfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
end
function c9310000.tnval(e,c)
return e:GetHandler():IsDefensePos()
......
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