Skip to content

Commit

Permalink
Add discord rich presence for the drop
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Oct 27, 2023
1 parent 83cdfe0 commit 304159b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/discordRp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ export function scenePathToRpAsset(
return ["berlinapexpredator", "Apex Predator", "Berlin"]
case "assembly:/_pro/scenes/missions/edgy/mission_fox/scene_grasssnake.entity":
return ["berlinegghunt", "Berlin Egg Hunt", "Berlin"]
case "assembly:/_pro/scenes/missions/edgy/mission_fox/scene_fox_tomorrowland.entity":
return ["elusivetomorrowland", "The Drop", "Berlin"]

// mendozer
case "assembly:/_pro/scenes/missions/elegant/scene_llama_elusive_clerico.entity":
Expand Down
5 changes: 5 additions & 0 deletions static/DiscordRichAssetsForBricks.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,10 @@
"orbisseabreeze",
"The Controller",
"Hokkaido"
],
"assembly:/_pro/scenes/missions/edgy/mission_fox/elusive_tomorrowland.brick": [
"elusivetomorrowland",
"The Drop",
"Berlin"
]
}

0 comments on commit 304159b

Please sign in to comment.