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", )