Commit 02558b1c authored by Grajade's avatar Grajade

Update c1184081.lua

parent c4f3ccfb
......@@ -51,7 +51,7 @@ function c1184081.cfilter2_1(c)
end
function c1184081.con2_1(e,tp,eg,ep,ev,re,r,rp)
return rp==Duel.GetTurnPlayer()
and re:IsHasType(EFFECT_TYPE_ACTIONS) and not re:IsHasType(EFFECT_TYPE_CONTINUOUS)
and re and re:IsHasType(EFFECT_TYPE_ACTIONS) and not re:IsHasType(EFFECT_TYPE_CONTINUOUS)
and eg:IsExists(c1184081.cfilter2_1,1,nil)
end
function c1184081.op2_1(e,tp,eg,ep,ev,re,r,rp)
......
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