Commit 7f52fdcf authored by GuGu's avatar GuGu

Update c86378100.lua

parent ef79d535
Pipeline #43321 passed with stage
in 1 minute and 24 seconds
......@@ -52,7 +52,7 @@ function c86378100.initial_effect(c)
end
--
function c86378100.postg(e,c)
return c:IsFacedown() and c:GetOriginalCode()==86378100 and not c:IsDisabled() and not c:IsForbidden() and not c:IsImmuneToEffect(e)
return c:IsFacedown() and c:GetOriginalCode()==86378100 and not c:IsDisabled() and not c:IsForbidden()
end
--
function c86378100.condition(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