Commit 40f661f7 authored by Nemo Ma's avatar Nemo Ma

fix

parent c3bd3887
This diff is collapsed.
......@@ -74,7 +74,8 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetLabel(tc1:GetRealFieldID())
tc2:RegisterEffect(e2)
local e3=e1:Clone()
e3:SetCode(EFFECT_ONLY_ATTACK_MONSTER)
--e3:SetCode(EFFECT_ONLY_ATTACK_MONSTER)
e3:SetCode(EFFECT_MUST_ATTACK_MONSTER)
e3:SetValue(cm.bttg)
tc1:RegisterEffect(e3)
local e4=e3:Clone()
......
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