Commit 3ded3054 authored by Tachibana's avatar Tachibana

ybb

parent e73fb207
......@@ -77,7 +77,7 @@ function cm.ExtraSpCost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.ConfirmCards(1-tp,e:GetHandler())
end
function cm.targetcheck(c)
return rk.check(c,"DAIOU") and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE))
return rk.check(c,"DAIOU") and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_MONSTER)
end
function cm.ExtraSpTarget(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) and chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE+LOCATION_GRAVE)and chkc~=e:GetHandler() 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