From 5089df125fa3bbabd21450b063362ab999996761 Mon Sep 17 00:00:00 2001 From: spinerak Date: Fri, 14 Jun 2024 22:08:34 +0200 Subject: [PATCH] Only put important options in slotdata --- worlds/yachtdice/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/worlds/yachtdice/__init__.py b/worlds/yachtdice/__init__.py index e26b7494a7..13b86d02ef 100644 --- a/worlds/yachtdice/__init__.py +++ b/worlds/yachtdice/__init__.py @@ -435,20 +435,8 @@ class YachtDiceWorld(World): "game_difficulty", "score_for_last_check", "score_for_goal", - "minimal_number_of_dice_and_rolls", "number_of_dice_fragments_per_dice", "number_of_roll_fragments_per_roll", - "alternative_categories", - "weight_of_dice", - "weight_of_roll", - "weight_of_fixed_score_multiplier", - "weight_of_step_score_multiplier", - "weight_of_double_category", - "weight_of_points", - "points_size", - "minimize_extra_items", - "add_bonus_points", - "add_story_chapters", "which_story", "allow_manual_input", )