File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,10 @@ function PlandoCustomLocationFilter(locationList, locationId) {
276276// A map of custom location types, mapped to a set of which items may not
277277// appear in that location type. This will be used to filter the dropdowns used
278278// in the plandomizer.
279+ var CrownItemSet = new Set ( BlueprintItemSet ) ;
280+ CrownItemSet . add ( "junk_item" ) ;
279281var ItemRestrictionsPerLocationType = new Map ( [
280- [ "crownpad" , BlueprintItemSet . union ( new Set ( [ "junk_item" ] ) ) ] ,
282+ [ "crownpad" , CrownItemSet ] ,
281283 [ "dirtpatch" , BlueprintItemSet ] ,
282284 [ "fairy" , BananaFairyRestrictedItems ] ,
283285 [ "kasplat" , new Set ( ) ] ,
@@ -372,4 +374,4 @@ window.PlandoCustomLocationItemFilter = PlandoCustomLocationItemFilter;
372374window . PlandoMinigameFilter = PlandoMinigameFilter ;
373375window . PlandoShopSortFilter = PlandoShopSortFilter ;
374376window . PlandoOptionClassAnnotation = PlandoOptionClassAnnotation ;
375- window . MoveSet = MoveSet ;
377+ window . MoveSet = MoveSet ;
You can’t perform that action at this time.
0 commit comments