Commit c966a994 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Swordsman of Revealing Light and Bachibachibachi (#645)

* fix
* fix
parent 03b77e57
......@@ -58,7 +58,7 @@ function c64605089.efop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1)
e1:SetValue(c64605089.valcon)
e1:SetReset(RESET_EVENT+0x1fe0000)
rc:RegisterEffect(e1)
rc:RegisterEffect(e1,true)
if not rc:IsType(TYPE_EFFECT) then
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
......
......@@ -20,7 +20,7 @@ function c83272895.efop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_CLIENT_HINT)
e1:SetCode(EFFECT_PIERCE)
e1:SetReset(RESET_EVENT+0x1fe0000)
rc:RegisterEffect(e1)
rc:RegisterEffect(e1,true)
if not rc:IsType(TYPE_EFFECT) then
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
......
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