File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ def set_rules(self):
181
181
# platform) Unless the user allows for it.
182
182
if not allow_death_logic :
183
183
for death_logic_location in Locations .death_logic_locations :
184
- self .multiworld .exclude_locations [ self . player ] .value .add (death_logic_location )
184
+ self .options .exclude_locations .value .add (death_logic_location )
185
185
186
186
def create_item (self , name : str ) -> DOOM1993Item :
187
187
item_id : int = self .item_name_to_id [name ]
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def set_rules(self):
172
172
# platform) Unless the user allows for it.
173
173
if not allow_death_logic :
174
174
for death_logic_location in Locations .death_logic_locations :
175
- self .multiworld .exclude_locations [ self . player ] .value .add (death_logic_location )
175
+ self .options .exclude_locations .value .add (death_logic_location )
176
176
177
177
def create_item (self , name : str ) -> DOOM2Item :
178
178
item_id : int = self .item_name_to_id [name ]
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def set_rules(self):
182
182
# platform) Unless the user allows for it.
183
183
if not allow_death_logic :
184
184
for death_logic_location in Locations .death_logic_locations :
185
- self .multiworld .exclude_locations [ self . player ] .value .add (death_logic_location )
185
+ self .options .exclude_locations .value .add (death_logic_location )
186
186
187
187
def create_item (self , name : str ) -> HereticItem :
188
188
item_id : int = self .item_name_to_id [name ]
You can’t perform that action at this time.
0 commit comments