summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-06-20 22:00:16 -0500
committerRabbit Whispers <us@starfall.systems>2025-06-20 23:29:33 -0500
commit893937108bdd308f6ad35b415fbc1dcb1df03e91 (patch)
tree08f134d4ba5ddff3eddbcec1d1eac1588b258ecd /install.sh
parent4a4709db06185acceaa9aa22ae449d193115a1f8 (diff)
whispers-qol: patch auto-transmo-gems to ignore stun resist and damage pen gems HEAD main
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
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