Commit 100a840d authored by Tachibana's avatar Tachibana

ndyd

parent 0486722c
Pipeline #4998 passed with stages
in 27 minutes and 38 seconds
......@@ -43,7 +43,8 @@ function c19500038.refcon(e,re,val,r,rp,rc)
return bit.band(r,REASON_BATTLE+REASON_EFFECT)~=0
end
function c19500038.negcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainDisablable(ev) and c19500038[1]>0
local p=e:GetHandlerPlayer()
return rp==1-p and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainDisablable(ev) and c19500038[1]>0
end
function c19500038.negop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,17061490)
......
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