From 7d54f5d92b81eb3ef51ed3b104ae507eac5daa73 Mon Sep 17 00:00:00 2001 From: Damen Date: Sun, 23 Mar 2025 16:08:28 -0400 Subject: [PATCH] update tobqol to v1.3.3 (#7699) - fixes: dry streak message displays to make it make more sense - fixes: chest evaluation to determine if a purple is in the loot room to reset - fixes: last item tracking memory would have null and could not evaluate string appropriately - adjusts: config name for dryLootTracking to displayDryLootTracking since pivoting away from ENUM has caused users to go turn on the feature again (since enum to bool does not eval correctly) - adds: resettobdry for users that are interested in resetting their streak due to the bug --- plugins/tobqol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tobqol b/plugins/tobqol index 85ced512c..3e607ad0e 100644 --- a/plugins/tobqol +++ b/plugins/tobqol @@ -1,2 +1,2 @@ repository=https://github.com/damencs/tob-qol.git -commit=07f22dc1b02804503a3511fb18ddf09e6ec15529 \ No newline at end of file +commit=b97688cd165cdc75aefdfe21eb380bd22b0cf545 \ No newline at end of file