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

fix Fusion Sword Murasame Blade (#1909)

parent dd222d32
...@@ -28,7 +28,7 @@ function c37684215.initial_effect(c) ...@@ -28,7 +28,7 @@ function c37684215.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e4:SetRange(LOCATION_SZONE) e4:SetRange(LOCATION_SZONE)
e2:SetCondition(c37684215.indcon) e4:SetCondition(c37684215.indcon)
e4:SetValue(1) e4:SetValue(1)
c:RegisterEffect(e4) c:RegisterEffect(e4)
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