DLCQuest: Add missing gun rule. (#2058)

This commit is contained in:
axe-y 2023-07-30 14:12:42 -04:00 committed by GitHub
parent 5869f78ea7
commit 40c9287eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ def set_basic_shuffled_items_rules(World_Options, player, world):
lambda state: state.has("Sword", player) or state.has("Gun", player))
set_rule(world.get_location("West Cave Sheep", player),
lambda state: state.has("Sword", player) or state.has("Gun", player))
set_rule(world.get_location("Gun", player),
lambda state: state.has("Gun Pack", player))
if World_Options[Options.TimeIsMoney] == Options.TimeIsMoney.option_required:
set_rule(world.get_location("Sword", player),