Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update XP multiplier to have a minimum of 0
Browse files Browse the repository at this point in the history
jamesbrq committed Apr 23, 2024
1 parent 248ec56 commit 7f812d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/Options.py
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ class XPMultiplier(Range):
"""
display_name = "XP Multiplier"
range_start = 1
range_start = 0
range_end = 4
default = 1

0 comments on commit 7f812d6

Please sign in to comment.