Commit 9510077f authored by salix5's avatar salix5 Committed by GitHub

fix ヒュグロの魔導書

●そのモンスターが戦闘で相手モンスターを破壊した時に発動できる。デッキから「魔導書」魔法カード1枚を手札に加える。
parent d48d810a
......@@ -34,7 +34,6 @@ function c25123082.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_BATTLE_DESTROYING)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetLabelObject(tc)
e2:SetCondition(c25123082.shcon)
e2:SetTarget(c25123082.shtg)
......
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