Commit e261c18f authored by GuGu's avatar GuGu

Update c31060.lua

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