Skip to content
Snippets Groups Projects
Commit d074f968 authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Avoid Over Mind+Projection abuse

parent 659f7c64
No related branches found
No related tags found
No related merge requests found
......@@ -533,6 +533,7 @@ newTalent{
no_sustain_autoreset = true,
cooldown = 24,
no_npc_use = true,
unlearn_on_clone = true,
getControlBonus = function(self, t) return self:combatTalentMindDamage(t, 5, 50) end,
-- getRangeBonus = function(self, t) return math.floor(self:combatTalentScale(t, 1, 5)) end,
on_pre_use = function(self, t, silent) if not game.party:findMember{type="thought-form"} then if not silent then game.logPlayer(self, "You must have an active Thought-Form to use this talent!") end return false end return true end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment