Commit dfbf6206 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12001025.lua

parent 13a64159
...@@ -21,6 +21,7 @@ function c12001025.initial_effect(c) ...@@ -21,6 +21,7 @@ function c12001025.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1,12001025)
e2:SetCondition(c12001025.spcon) e2:SetCondition(c12001025.spcon)
e2:SetTarget(c12001025.sptg) e2:SetTarget(c12001025.sptg)
e2:SetOperation(c12001025.spop) e2:SetOperation(c12001025.spop)
......
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