Commit 0813ea37 authored by GuGu's avatar GuGu

Update c4114101.lua

parent dd255647
Pipeline #29926 passed with stage
in 29 seconds
...@@ -28,7 +28,7 @@ function c4114101.initial_effect(c) ...@@ -28,7 +28,7 @@ function c4114101.initial_effect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_HANDES) e4:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_HANDES)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetCode(EVENT_TO_GRAVE) e4:SetCode(EVENT_TO_GRAVE)
e4:SetProperty(EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e4:SetCountLimit(1,4114101+40) e4:SetCountLimit(1,4114101+40)
e4:SetTarget(c4114101.sptg) e4:SetTarget(c4114101.sptg)
e4:SetOperation(c4114101.spop) e4:SetOperation(c4114101.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