Commit 6d13e0d8 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix ナンバーズ・エヴァイユ (#1888)

parent 97fddd3a
......@@ -76,6 +76,15 @@ function c20994205.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetTarget(c20994205.splimit)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
xyz:RegisterEffect(e1,true)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(63060238)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetRange(LOCATION_MZONE)
e2:SetAbsoluteRange(tp,1,0)
e2:SetCondition(c20994205.splimitcon)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
xyz:RegisterEffect(e2,true)
end
end
function c20994205.splimitcon(e)
......
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