Commit dd25dc93 authored by salix5's avatar salix5

hint

parent 571a2d7a
...@@ -67,6 +67,7 @@ end ...@@ -67,6 +67,7 @@ end
function c67616300.effcost(e,tp,eg,ep,ev,re,r,rp,chk) function c67616300.effcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,1000) end if chk==0 then return Duel.CheckLPCost(tp,1000) end
Duel.PayLPCost(tp,1000) Duel.PayLPCost(tp,1000)
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end end
function c67616300.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c67616300.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end
......
...@@ -35,6 +35,7 @@ end ...@@ -35,6 +35,7 @@ end
function c68819554.effcost(e,tp,eg,ep,ev,re,r,rp,chk) function c68819554.effcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDiscardable() end if chk==0 then return e:GetHandler():IsDiscardable() end
Duel.SendtoGrave(e:GetHandler(),REASON_COST+REASON_DISCARD) Duel.SendtoGrave(e:GetHandler(),REASON_COST+REASON_DISCARD)
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end end
function c68819554.negcon(e,tp,eg,ep,ev,re,r,rp) function c68819554.negcon(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsChainNegatable(ev) then return false end if not Duel.IsChainNegatable(ev) then return false 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