Commit a6b9064c authored by dest's avatar dest Committed by mercury233

fix D/D/D Wave High King Executive Caesar (#913)

parent db9296cd
......@@ -28,7 +28,7 @@ function c79559912.initial_effect(c)
c:RegisterEffect(e2)
end
function c79559912.discon(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsChainNegatable(ev) then return false end
if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) or not Duel.IsChainNegatable(ev) then return false end
if not re:IsActiveType(TYPE_MONSTER) and not re:IsHasType(EFFECT_TYPE_ACTIVATE) then return false end
return re:IsHasCategory(CATEGORY_SPECIAL_SUMMON)
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