Commit ac223dc5 authored by Grajade's avatar Grajade

Update c1111003.lua

parent 3761e5fe
Pipeline #33186 passed with stage
in 23 seconds
......@@ -16,6 +16,7 @@ function c1111003.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_GRAVE)
e2:SetRange(LOCATION_GRAVE)
e2:SetCondition(c1111003.con2)
e2:SetTarget(c1111003.tg2)
e2:SetOperation(c1111003.op2)
......
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