Skip to content

Commit 40c9287

Browse files
authored
DLCQuest: Add missing gun rule. (#2058)
1 parent 5869f78 commit 40c9287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worlds/dlcquest/Rules.py

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def set_basic_shuffled_items_rules(World_Options, player, world):
105105
lambda state: state.has("Sword", player) or state.has("Gun", player))
106106
set_rule(world.get_location("West Cave Sheep", player),
107107
lambda state: state.has("Sword", player) or state.has("Gun", player))
108+
set_rule(world.get_location("Gun", player),
109+
lambda state: state.has("Gun Pack", player))
108110

109111
if World_Options[Options.TimeIsMoney] == Options.TimeIsMoney.option_required:
110112
set_rule(world.get_location("Sword", player),

0 commit comments

Comments
 (0)