Commit 1931daa0 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Royal Writ of Taxation (#1746)

parent 77f88939
......@@ -36,6 +36,7 @@ function c86742443.operation(e,tp,eg,ep,ev,re,r,rp)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetOperation(c86742443.damop2)
e2:SetCountLimit(1)
e2:SetLabelObject(e1)
e2:SetLabel(code)
e2:SetReset(RESET_PHASE+PHASE_END,2)
......@@ -45,6 +46,7 @@ function c86742443.operation(e,tp,eg,ep,ev,re,r,rp)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_CHAIN_SOLVING)
e3:SetOperation(c86742443.damop3)
e3:SetCountLimit(1)
e3:SetLabelObject(e1)
e3:SetLabel(code)
e3:SetReset(RESET_PHASE+PHASE_END,2)
......
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