Commit e165d122 authored by salix5's avatar salix5 Committed by GitHub

Update c32623004.lua

parent 9e658646
......@@ -25,7 +25,7 @@ function c32623004.initial_effect(c)
c:RegisterEffect(e2)
end
function c32623004.spcon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsSetCard(0x5a)
return re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsSetCard(0x5a)
end
function c32623004.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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