Commit 401fe947 authored by salix5's avatar salix5

fix 電脳増幅器

Changing effect does not affect monsters.
parent 193a1570
......@@ -21,6 +21,7 @@ function c303660.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_EQUIP)
e3:SetCode(303660)
e3:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
c:RegisterEffect(e3)
--leave
local e4=Effect.CreateEffect(c)
......
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