You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worlds/ladx/Options.py
+8-1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,13 @@ class TradeQuest(DefaultOffToggle, LADXROption):
42
42
"""
43
43
ladxr_name="tradequest"
44
44
45
+
classRooster(DefaultOnToggle, LADXROption):
46
+
"""
47
+
[On] Adds the rooster to the item pool.
48
+
[Off] The rooster spot is still a check giving an item. But you will never find the rooster. Any rooster spot is accessible without rooster by other means.
49
+
"""
50
+
ladxr_name="rooster"
51
+
45
52
classBoomerang(Choice):
46
53
"""
47
54
[Normal] requires Magnifying Lens to get the boomerang.
@@ -380,7 +387,7 @@ class Palette(Choice):
380
387
# 'instruments': DefaultOffToggle, # description='Instruments are placed on random locations, dungeon goal will just contain a random item.'),
381
388
'tradequest': TradeQuest, # description='Trade quest items are randomized, each NPC takes its normal trade quest item, but gives a random item'),
382
389
# 'witch': DefaultOnToggle, # description='Adds both the toadstool and the reward for giving the toadstool to the witch to the item pool'),
383
-
# 'rooster': DefaultOnToggle, # description='Adds the rooster to the item pool. Without this option, the rooster spot is still a check giving an item. But you will never find the rooster. Any rooster spot is accessible without rooster by other means.'),
390
+
'rooster': Rooster, # description='Adds the rooster to the item pool. Without this option, the rooster spot is still a check giving an item. But you will never find the rooster. Any rooster spot is accessible without rooster by other means.'),
384
391
# 'boomerang': Boomerang,
385
392
# 'randomstartlocation': DefaultOffToggle, # 'Randomize where your starting house is located'),
386
393
'experimental_dungeon_shuffle': DungeonShuffle, # 'Randomizes the dungeon that each dungeon entrance leads to'),
0 commit comments