Commit b0f630eb authored by salix5's avatar salix5

fix typos

parent 7f55ecab
......@@ -3,7 +3,7 @@ function c54719828.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.XyzFilterFunction(c,4),3)
c:EnableReviveLimit()
--attack up
--act limit
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(54719828,0))
e1:SetType(EFFECT_TYPE_IGNITION)
......@@ -47,4 +47,4 @@ function c54719828.aclimit2(e,re,tp)
end
function c54719828.aclimit3(e,re,tp)
return re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_TRAP) and not re:GetHandler():IsImmuneToEffect(e)
end
\ No newline at end of file
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