diff options
Diffstat (limited to 'auto-tune/hooks')
-rw-r--r-- | auto-tune/hooks/load.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto-tune/hooks/load.lua b/auto-tune/hooks/load.lua index ec15beb..26c20ba 100644 --- a/auto-tune/hooks/load.lua +++ b/auto-tune/hooks/load.lua @@ -3,6 +3,9 @@ class:bindHook("ToME:load", function(self, data) local DamageType = require "engine.DamageType" if Talents.talents_def.T_ATTUNE_MINDSTAR then + Talents.talents_def.T_ATTUNE_MINDSTAR.info = function(self, t) + return ([[Alter the flow of energies of your equipped mindstars, changing their damage type between nature and mind.]]):tformat() + end Talents.talents_def.T_ATTUNE_MINDSTAR.action = function(self, t) -- do nothing if disarmed if self:attr("disarmed") then |