[MIRROR] Bitrunning: Avatars get silly hacker names (#28385)

* Bitrunning: Avatars get silly hacker names (#84279)

## About The Pull Request
Bit avatars now get corny names while spawning in to the virtual domain.
You can change your alias in prefs or have it randomized for s0meth1ng
1337.

Added sechud icons (and thereby orbit ui icons) for bit avatars since
"Cyb3rHaxx0r" might be confusing to find in the living players section.
## Why It's Good For The Game
This was done as a request and after discussion in the code channel.
A little bit of character persistence across simulations.
## Changelog
🆑
add: Bitrunning: You can now choose your hacker alias in prefs.
add: Bit avatars get orbit icons.
/🆑

* Bitrunning: Avatars get silly hacker names

---------

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-06-25 12:55:05 +02:00
committed by GitHub
parent a5d002f56a
commit cf81bd3359
9 changed files with 85 additions and 5 deletions

View File

@@ -174,3 +174,15 @@
return TRUE
return FALSE
/// The name to use while bitrunning
/datum/preference/name/hacker_alias
explanation = "Hacker alias"
group = "bitrunning"
savefile_key = "hacker_alias"
allow_numbers = TRUE
relevant_job = /datum/job/bitrunner
/datum/preference/name/hacker_alias/create_default_value()
return pick(GLOB.hacker_aliases)