Commit 35f4101c authored by GuGu's avatar GuGu

Update c74561045.lua

parent 5443d9a2
Pipeline #35503 passed with stage
in 25 seconds
......@@ -21,13 +21,13 @@ function cCardno.initial_effect(c)
c:RegisterEffect(e6)
local e7=Effect.CreateEffect(c)
e7:SetType(EFFECT_TYPE_FIELD)
e7:SetCode(EFFECT_SET_ATTACK_FINAL)
e7:SetCode(EFFECT_SET_ATTAC)
e7:SetRange(LOCATION_MZONE)
e7:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e7:SetValue(1)
c:RegisterEffect(e7)
local e8=e7:Clone()
e8:SetCode(EFFECT_SET_DEFENSE_FINAL)
e8:SetCode(EFFECT_SET_DEFENSE)
c:RegisterEffect(e8)
--splimit
local e9=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