Commit 2fec506f authored by DailyShana's avatar DailyShana

temp remove should not reset returning effect of spirit monsters

parent 29453f53
...@@ -161,7 +161,7 @@ function Auxiliary.SpiritReturnReg(e,tp,eg,ep,ev,re,r,rp) ...@@ -161,7 +161,7 @@ function Auxiliary.SpiritReturnReg(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+0xd6e0000+RESET_PHASE+PHASE_END)
e1:SetCondition(Auxiliary.SpiritReturnCondition) e1:SetCondition(Auxiliary.SpiritReturnCondition)
e1:SetTarget(Auxiliary.SpiritReturnTarget) e1:SetTarget(Auxiliary.SpiritReturnTarget)
e1:SetOperation(Auxiliary.SpiritReturnOperation) e1:SetOperation(Auxiliary.SpiritReturnOperation)
......
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