From 7380279bedc3040cc4a923395368a5de8ffa7874 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Sat, 14 Jun 2025 09:15:19 -0500 Subject: bugfix: Adept and talents_mastery_bonus update passives This change by yutio888 was merged to t-engine4 master here: https://git.net-core.org/tome/t-engine4/-/commit/01ce59f64d6d6db3796f6186dbe5b67f02261174 but was never actually released in tome-1.7 Co-authored-by: yutio888 --- rabbit-bugfix/init.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'rabbit-bugfix/init.lua') diff --git a/rabbit-bugfix/init.lua b/rabbit-bugfix/init.lua index 0732d10..2b69454 100644 --- a/rabbit-bugfix/init.lua +++ b/rabbit-bugfix/init.lua @@ -3,15 +3,13 @@ short_name = "rabbit-bugfix" for_module = "tome" addon_version = {0,0,1} version = {1,7,6} -weight = 0 +weight = 0 -- less than 10, since we need to overwrite Adept before orcs expansion patches Eye of the Tiger author = {'Rabbit Whispers'} homepage = {'starfall.systems'} -description = [[ - -]] +description = [[Compilation of bugfixes for my own personal use.]] tags = {} data = false hooks = false -overload = false -superload = false +overload = true +superload = true -- cgit