From 893937108bdd308f6ad35b415fbc1dcb1df03e91 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Fri, 20 Jun 2025 22:00:16 -0500 Subject: whispers-qol: patch auto-transmo-gems to ignore stun resist and damage pen gems --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index cfcc1a4..e8c7855 100755 --- a/install.sh +++ b/install.sh @@ -1,9 +1,10 @@ function update_mod { + echo "updating $1..." cd $1 zip -r --filesync tome-$1.teaa init.lua data hooks overload superload install -m755 tome-$1.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-$1.teaa cd - } -update_mod rabbit-bugfix update_mod auto-tune +update_mod whispers-bugfix -- cgit