Skip to content

Commit

Permalink
Increased the shopsanity options to add more locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteidl committed Aug 3, 2024
1 parent 32c14bd commit 5f398a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions worlds/seaofthieves/Configurations/Shopoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
class ShopSanity(Choice):
"""Adds a client shop with items for sale"""
display_name = "Shopsanity"
option_1 = 1
option_2 = 2
option_3 = 3
option_4 = 4

default = 1
default = 4

0 comments on commit 5f398a5

Please sign in to comment.