Commit 304ff3cf authored by 未闻皂名's avatar 未闻皂名

2022/8/28 bug修复

parent bc11257a
...@@ -16,7 +16,7 @@ function cm.initial_effect(c) ...@@ -16,7 +16,7 @@ function cm.initial_effect(c)
end end
--To Hand --To Hand
function cm.thfilter(c) function cm.thfilter(c)
return c:IsType(TYPE_NORMAL) c:IsLevelBelow(2) and c:IsRace(RACE_PSYCHO) and c:IsAbleToHand() return c:IsType(TYPE_NORMAL) and c:IsLevelBelow(2) and c:IsRace(RACE_PSYCHO) and c:IsAbleToHand()
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsSummonTurn(e:GetHandler()) return RD.IsSummonTurn(e:GetHandler())
......
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