Commit d960d227 authored by 未闻皂名's avatar 未闻皂名

2022/9/8 bug修复

parent e26f0ca1
No preview for this file type
......@@ -16,7 +16,7 @@ end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=Duel.GetAttackTarget()
return Duel.GetAttacker():IsControler(1-tp)
and c and c:IsControler(tp) and c:IsFaceup() and c:IsRace(RACE_FAIRY)
and c and c:IsControler(tp) and c:IsPosition(POS_FACEUP_ATTACK) and c:IsRace(RACE_FAIRY)
end
cm.cost=RD.CostPayLP(500)
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
......
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