Commit b6701489 authored by GuGu's avatar GuGu

Update c24145.lua

parent ddcb3649
Pipeline #37202 passed with stage
in 11 seconds
......@@ -26,7 +26,9 @@ function c24145.discon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsChainNegatable(ev) and rp==1-tp
end
function c24145.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev)
Duel.Hint(HINT_CARD,0,24145)
Duel.NegateEffect(ev,true)
e:GetHandler():RegisterFlagEffect(24145,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(55125728,3))
end
function c24145.filter(c)
return c:IsSetCard(0x666) and c:IsAbleToHand()
......
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