Commit cf66be94 authored by GuGu's avatar GuGu

Update c4114103.lua

parent 0813ea37
Pipeline #29927 passed with stage
in 12 seconds
...@@ -27,7 +27,7 @@ function c4114103.initial_effect(c) ...@@ -27,7 +27,7 @@ function c4114103.initial_effect(c)
e4:SetDescription(aux.Stringid(4114103,1)) e4:SetDescription(aux.Stringid(4114103,1))
e4:SetCategory(CATEGORY_TOHAND) e4:SetCategory(CATEGORY_TOHAND)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetProperty(EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e4:SetCode(EVENT_TO_GRAVE) e4:SetCode(EVENT_TO_GRAVE)
e4:SetCountLimit(1,4114103+40) e4:SetCountLimit(1,4114103+40)
e4:SetTarget(c4114103.sptg) e4:SetTarget(c4114103.sptg)
......
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