Commit 9d2b3ce3 authored by Crescent/毛虫's avatar Crescent/毛虫

Fix Mimighoul Dungeon

parent 59d476dc
Pipeline #28366 failed with stages
in 38 seconds
...@@ -34,7 +34,7 @@ function s.initial_effect(c) ...@@ -34,7 +34,7 @@ function s.initial_effect(c)
e5:SetType(EFFECT_TYPE_FIELD) e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_UPDATE_ATTACK) e5:SetCode(EFFECT_UPDATE_ATTACK)
e5:SetRange(LOCATION_FZONE) e5:SetRange(LOCATION_FZONE)
e5:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE) e5:SetTargetRange(LOCATION_MZONE,0)
e5:SetValue(s.atkval) e5:SetValue(s.atkval)
e5:SetTarget(s.atktg) e5:SetTarget(s.atktg)
c:RegisterEffect(e5) c:RegisterEffect(e5)
......
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