Commit 5be98b6e authored by Tachibana's avatar Tachibana

ndyd

parent da684f96
......@@ -29,7 +29,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.thfilter(c)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsAbleToDeck() and rsva.IsSetM(c) and c:IsType(TYPE_SPELL+TYPE_TRAP)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsAbleToDeck() and rsva.IsSetST(c)
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) 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