Commit 07c6a1db authored by GuGu's avatar GuGu

Update c31060.lua

parent e261c18f
Pipeline #39299 passed with stage
in 14 seconds
...@@ -7,7 +7,7 @@ function c31060.initial_effect(c) ...@@ -7,7 +7,7 @@ function c31060.initial_effect(c)
--MAGA!! --MAGA!!
local e0=Effect.CreateEffect(c) local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e0:SetProperty(EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_DELAY) e0:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e0:SetCode(EVENT_TO_GRAVE) e0:SetCode(EVENT_TO_GRAVE)
e0:SetRange(LOCATION_EXTRA) e0:SetRange(LOCATION_EXTRA)
e0:SetCondition(c31060.magacon) e0:SetCondition(c31060.magacon)
......
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