Commit 11876e23 authored by mercury233's avatar mercury233 Committed by GitHub

fix 魔封じの芳香

parent 8a96e6b2
......@@ -29,7 +29,8 @@ end
function c58921041.aclimset(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst()
while tc do
tc:RegisterFlagEffect(58921041,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,1)
local reset=tc:GetControler()==tp and RESET_OPPO_TURN or RESET_SELF_TURN
tc:RegisterFlagEffect(58921041,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+reset,0,1)
tc=eg:GetNext()
end
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