Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Sep 16, 2024
1 parent 51cb190 commit c377336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/ladx/LADXR/itempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class ItemPool:
def __init__(self, logic, settings, rnd):
self.__pool = {}
self.__setup(logic, settings)
# randomizeRupees is undesirable in Archipelago https://github.com/ArchipelagoMW/Archipelago/pull/3935
# self.__randomizeRupees(settings, rnd)

def add(self, item, count=1):
Expand Down

0 comments on commit c377336

Please sign in to comment.