Commit 7fe1def7 authored by mercury233's avatar mercury233

fix

parent 95ea8e84
...@@ -46,6 +46,7 @@ function c100308002.initial_effect(c) ...@@ -46,6 +46,7 @@ function c100308002.initial_effect(c)
e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e5:SetCode(EVENT_BATTLE_DESTROYED) e5:SetCode(EVENT_BATTLE_DESTROYED)
e5:SetCondition(c100308002.thcon)
e5:SetTarget(c100308002.thtg) e5:SetTarget(c100308002.thtg)
e5:SetOperation(c100308002.thop) e5:SetOperation(c100308002.thop)
c:RegisterEffect(e5) c:RegisterEffect(e5)
......
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