Commit dffa76f1 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Diffusion Wave-Motion (#1806)

parent ff2087bb
...@@ -69,4 +69,10 @@ function c87880531.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,4 +69,10 @@ function c87880531.disop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_TRIGGER) e1:SetCode(EFFECT_CANNOT_TRIGGER)
e1:SetReset(RESET_EVENT+0x17a0000) e1:SetReset(RESET_EVENT+0x17a0000)
bc:RegisterEffect(e1) bc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE)
bc:RegisterEffect(e2)
local e3=e1:Clone()
e3:SetCode(EFFECT_DISABLE_EFFECT)
bc:RegisterEffect(e3)
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