The Witness: Ban Excluded Panels from Panel Hunt (#3818)
* excluded panels should not be picked by panel hunt * ban excluded panels from panel hunt * Get rid of an unused variable
This commit is contained in:
@@ -44,7 +44,7 @@ class WitnessPlayerLocations:
|
||||
|
||||
self.CHECK_LOCATIONS = self.CHECK_LOCATIONS - {
|
||||
static_witness_logic.ENTITIES_BY_HEX[entity_hex]["checkName"]
|
||||
for entity_hex in player_logic.COMPLETELY_DISABLED_ENTITIES | player_logic.PRECOMPLETED_LOCATIONS
|
||||
for entity_hex in player_logic.COMPLETELY_DISABLED_ENTITIES
|
||||
}
|
||||
|
||||
self.CHECK_PANELHEX_TO_ID = {
|
||||
|
||||
Reference in New Issue
Block a user