From 0100caffa026222d09eb6a193c0f4c986155e885 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Sat, 14 Jun 2025 19:12:01 -0500 Subject: auto-tune: fix typo in vanilla Attune Mindstar description --- auto-tune/hooks/load.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit