Commit 061468e7 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #476 from lostway/patch-8

Update c66970002.lua
parents 074768fb b9d49653
......@@ -8,7 +8,7 @@ function c66970002.initial_effect(c)
e1:SetDescription(aux.Stringid(66970002,0))
e1:SetCategory(CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_DESTROYED)
e1:SetCondition(c66970002.tdcon)
e1:SetTarget(c66970002.tdtg)
......
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