Commit 3f18ef8e authored by 未闻皂名's avatar 未闻皂名

2023/6/14 更新重乐鬼的调整

parent f39d9eb8
......@@ -14,7 +14,7 @@ function cm.initial_effect(c)
end
--Cannot Activate
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP()
return Duel.IsAbleToEnterBP() and RD.IsPlayerCanUseRaceAttack(tp,RACE_WARRIOR)
end
cm.cost=RD.CostSendHandToGrave(Card.IsAbleToGraveAsCost,1,1)
function cm.operation(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