Commit 6182789d authored by salix5's avatar salix5

Merge pull request #108 from destdev/patch-1

Update c64973287.lua
parents fa1df25b 5f5aa967
...@@ -22,7 +22,6 @@ function c64973287.initial_effect(c) ...@@ -22,7 +22,6 @@ function c64973287.initial_effect(c)
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_BATTLE_DESTROYING) e3:SetCode(EVENT_BATTLE_DESTROYING)
e3:SetCountLimit(1,64973287)
e3:SetCondition(aux.bdocon) e3:SetCondition(aux.bdocon)
e3:SetTarget(c64973287.target) e3:SetTarget(c64973287.target)
e3:SetOperation(c64973287.operation) e3:SetOperation(c64973287.operation)
......
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