From dab0fb4a2f500f4bc3d943f051adf031c56beaf7 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 3 Jan 2022 16:03:20 -0600 Subject: [PATCH] Changing trinity to 8/10 default TF pieces --- ItemList.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ItemList.py b/ItemList.py index c19e55ab..14a0b933 100644 --- a/ItemList.py +++ b/ItemList.py @@ -999,8 +999,10 @@ def make_custom_item_pool(progressive, shuffle, difficulty, timer, goal, mode, s def set_default_triforce(goal, custom_goal, custom_total): triforce_goal, triforce_total = 0, 0 - if goal in ['triforcehunt', 'trinity']: + if goal == 'triforcehunt': triforce_goal, triforce_total = 20, 30 + elif goal == 'trinity': + triforce_goal, triforce_total = 8, 10 if custom_goal > 0: triforce_goal = max(min(custom_goal, 128), 1) if custom_total > 0 or custom_goal > 0: