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

2022/8/28 bug修复

parent bc11257a
Pipeline #16094 passed with stages
in 4 minutes and 44 seconds
......@@ -16,7 +16,7 @@ function cm.initial_effect(c)
end
--To Hand
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
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
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