Commit c383b611 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #911 from salix5/patch

fix
parents 747a0a64 c48e57e3
......@@ -24,7 +24,7 @@ function c4786063.initial_effect(c)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetHintTiming(TIMING_DAMAGE_STEP)
e3:SetRange(LOCATION_HAND)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e3:SetCondition(c4786063.condition)
e3:SetCost(c4786063.cost)
e3:SetTarget(c4786063.target)
......
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