Commit bbf39ea6 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix A・∀・MM (#1594)

parent a060e60a
......@@ -7,6 +7,7 @@ function c29867611.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetCondition(aux.dscon)
e1:SetCost(c29867611.cost)
e1:SetTarget(c29867611.target)
e1:SetOperation(c29867611.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