Commit 71029697 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c47320108.lua

parent c01caa44
...@@ -119,7 +119,7 @@ function s.e2op(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,7 +119,7 @@ function s.e2op(e,tp,eg,ep,ev,re,r,rp)
e0:SetValue(-1) e0:SetValue(-1)
e0:SetReset(RESET_EVENT+RESETS_STANDARD) e0:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e0) tc:RegisterEffect(e0)
local e1=e0:clone() local e1=e0:Clone()
e1:SetCode(EFFECT_CHANGE_RACE) e1:SetCode(EFFECT_CHANGE_RACE)
e1:SetValue(rc) e1:SetValue(rc)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
......
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