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 ] - ), + ) ]