Commit e82c9089 authored by sidschingis's avatar sidschingis

fixed interaction with other ATK Modifiers

parent b576bec0
......@@ -20,7 +20,7 @@ function c22359980.initial_effect(c)
--atkchange
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_SET_ATTACK)
e3:SetCode(EFFECT_SET_ATTACK_FINAL)
e3:SetRange(LOCATION_SZONE)
e3:SetTargetRange(0,LOCATION_MZONE)
e3:SetTarget(c22359980.atktg)
......
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