Commit 117789c9 authored by mercury233's avatar mercury233 Committed by salix5

fix (#564)

parent e39775d2
...@@ -24,6 +24,7 @@ function c64184058.initial_effect(c) ...@@ -24,6 +24,7 @@ function c64184058.initial_effect(c)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetCategory(CATEGORY_TOHAND) e4:SetCategory(CATEGORY_TOHAND)
e4:SetType(EFFECT_TYPE_QUICK_F) e4:SetType(EFFECT_TYPE_QUICK_F)
e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e4:SetCode(EVENT_CHAINING) e4:SetCode(EVENT_CHAINING)
e4:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e4:SetCountLimit(1,64184059+EFFECT_COUNT_CODE_DUEL) e4:SetCountLimit(1,64184059+EFFECT_COUNT_CODE_DUEL)
......
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