Commit c3d92f1d authored by Tachibana's avatar Tachibana

ndyd

parent f96d9ae6
......@@ -38,7 +38,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
function cm.drfilter(c,e)
return c:IsSetCard(0x5349,0x6349) and c:IsAbleToDeck()
return c:IsSetCard(0x5349,0x6349) and c:IsAbleToDeck() and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE))
end
function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
......
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