Commit b91551c3 authored by mercury233's avatar mercury233 Committed by GitHub

fix 冥府の執行者 プルート

parent 2d2045d5
......@@ -51,7 +51,7 @@ function c37706769.poscost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function c37706769.posfilter(c)
return c:IsFaceup() and c:IsCanTurnSet()
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c:IsCanTurnSet()
end
function c37706769.postg(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