Commit 2cfe5b5e authored by mercury233's avatar mercury233 Committed by GitHub

fix ミレニアム・アイズ・サクリファイス

parent 16392ef5
...@@ -69,6 +69,9 @@ function c41578483.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -69,6 +69,9 @@ function c41578483.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
local g=Duel.SelectTarget(tp,c41578483.eqfilter,tp,0,LOCATION_MZONE+LOCATION_GRAVE,1,1,nil) local g=Duel.SelectTarget(tp,c41578483.eqfilter,tp,0,LOCATION_MZONE+LOCATION_GRAVE,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_EQUIP,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_EQUIP,g,1,0,0)
if g:GetFirst():IsLocation(LOCATION_GRAVE) then
Duel.SetOperationInfo(0,CATEGORY_LEAVE_GRAVE,g,1,0,0)
end
end end
function c41578483.eqlimit(e,c) function c41578483.eqlimit(e,c)
return e:GetOwner()==c return e:GetOwner()==c
......
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