Commit a947be10 authored by mercury233's avatar mercury233 Committed by GitHub

fix ドラゴン・シールド

parent 5ead4058
......@@ -27,9 +27,11 @@ function c63300440.initial_effect(c)
c:RegisterEffect(e4)
local e5=e3:Clone()
e5:SetCode(EFFECT_NO_BATTLE_DAMAGE)
e5:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
c:RegisterEffect(e5)
local e6=e3:Clone()
e6:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
e6:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
c:RegisterEffect(e6)
end
function c63300440.eqlimit(e,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