From cd6886062cb8a1548080227beef274bb8007dfbd Mon Sep 17 00:00:00 2001 From: spinerak Date: Thu, 13 Jun 2024 23:07:15 +0200 Subject: [PATCH] Add Points item category --- worlds/yachtdice/Items.py | 6 ++++++ worlds/yachtdice/Options.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/worlds/yachtdice/Items.py b/worlds/yachtdice/Items.py index 05f19c7efa..df5edb45e0 100644 --- a/worlds/yachtdice/Items.py +++ b/worlds/yachtdice/Items.py @@ -109,4 +109,10 @@ item_groups = { "Category Five Distinct Dice", "Category 4&5 Full House", }, + "Points": { + "100 Points", + "10 Points", + "1 Point", + "Bonus Point" + } } diff --git a/worlds/yachtdice/Options.py b/worlds/yachtdice/Options.py index 2d914a8ca6..d141677f52 100644 --- a/worlds/yachtdice/Options.py +++ b/worlds/yachtdice/Options.py @@ -325,5 +325,5 @@ yd_option_groups = [ AddStoryChapters, WhichStory ] - ), + ) ]