1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

Show escalation challenges in Rocky

This commit is contained in:
AnthonyFuller 2023-10-16 01:38:08 +01:00
parent 4946b534fc
commit 6d5b492bc2

View File

@ -273,9 +273,7 @@ export function filterChallenge(
// TODO: change this when pontus is added.
return (
!isSniperLocation(options.parent) &&
!["LOCATION_PARENT_SNUG", "LOCATION_PARENT_ROCKY"].includes(
options.parent,
)
"LOCATION_PARENT_SNUG" !== options.parent
)
}