Commit 0f7cd5ed authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Silent Paladin (#473)

parent 16bf7516
......@@ -52,7 +52,7 @@ end
function c19502505.negcon(e,tp,eg,ep,ev,re,r,rp)
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return g and g:GetCount()==1
return g and g:GetCount()==1 and g:IsExists(Card.IsType,1,nil,TYPE_MONSTER)
and re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
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