From 5bb288305439b51e6a2b198cebe28297e9cda55c Mon Sep 17 00:00:00 2001 From: spinerak Date: Mon, 10 Jun 2024 18:25:53 +0200 Subject: [PATCH] Changed indent of score multiplier --- worlds/yachtdice/Items.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/worlds/yachtdice/Items.py b/worlds/yachtdice/Items.py index 653c73e38d..05f19c7efa 100644 --- a/worlds/yachtdice/Items.py +++ b/worlds/yachtdice/Items.py @@ -71,7 +71,10 @@ item_table = { # item groups for better hinting item_groups = { - "Score Multiplier": {"Step Score Multiplier", "Fixed Score Multiplier"}, + "Score Multiplier": { + "Step Score Multiplier", + "Fixed Score Multiplier" + }, "Categories": { "Category Ones", "Category Twos",