Skip to content

Commit

Permalink
new mastodon.social account for DXRando Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 17, 2024
1 parent 8b3048c commit 2d49e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DXRModules/DeusEx/Classes/DXRHints.uc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ simulated function InitHints()

telem = DXRTelemetry(dxr.FindModule(class'DXRTelemetry'));
if(telem == None || telem.enabled == false || mission < 1)
AddHint("Check out https://botsin.space/@DXRandoActivity!","Make sure \"Online Features\" are enabled to show up yourself!");
AddHint("Check out https://mastodon.social/@DXRandoActivity!","Make sure \"Online Features\" are enabled to show up yourself!");
else
AddHint("Check out https://botsin.space/@DXRandoActivity!", "We just shared your death publicly, go retweet it!");
AddHint("Check out https://mastodon.social/@DXRandoActivity!", "We just shared your death publicly, go retweet it!");

if(dxr.flags.crowdcontrol > 0) {
AddHint("Viewers, you could've prevented this with Crowd Control.", "Or maybe you caused it.");
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Here's a trailer for WaltonWare mode. WaltonWare mode is focused on quick wins b
* By the Book - bans lockpicks and multitools
* Explosives Only
* If you opt-in to Online Features (which is disabled by default, check the Rando menu)
* Your in-game events will also contribute to [our bot on Mastodon (which is an open source and community-run version of Twitter)](https://botsin.space/@DXRandoActivity)
* Your in-game events will also contribute to [our bot on Mastodon (which is an open source and community-run version of Twitter)](https://mastodon.social/@DXRandoActivity)
* [Death Markers](https://github.com/Die4Ever/deus-ex-randomizer/wiki/Death-Markers) - see where other players have died!
* Get notifications of new updates
* In-game [Leaderboard](https://github.com/Die4Ever/deus-ex-randomizer/wiki/Leaderboard) to see everyone's high scores in the end credits
Expand Down

0 comments on commit 2d49e35

Please sign in to comment.