Commit 2e9e30ba authored by DailyShana's avatar DailyShana

Merge pull request #396 from nekrozar/patch-4

fix Ancient Gear Box
parents 1e17e8a0 75d5c25a
...@@ -5,7 +5,7 @@ function c60953949.initial_effect(c) ...@@ -5,7 +5,7 @@ function c60953949.initial_effect(c)
e1:SetDescription(aux.Stringid(60953949,0)) e1:SetDescription(aux.Stringid(60953949,0))
e1:SetCategory(CATEGORY_TOHAND) e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetCountLimit(1,60953949) e1:SetCountLimit(1,60953949)
e1:SetCondition(c60953949.thcon) e1:SetCondition(c60953949.thcon)
......
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