Commit bbd36bda authored by GuGu's avatar GuGu

Update c28025.lua

parent e995b314
Pipeline #40202 passed with stage
in 7 seconds
......@@ -67,7 +67,7 @@ function c28025.rmfilter(c)
return c:IsSetCard(0x211) and c:IsAbleToRemove()
end
function c28025.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,c28025.rmfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
......
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