mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 23:27:56 +01:00
Adds a new default PDA theme and 3 new maint ones (#92968)
## About The Pull Request Was looking at tgui core and found some themes that looked cool, so I added them New default theme, Bird <img width="602" height="602" alt="image" src="https://github.com/user-attachments/assets/5864a50b-efa8-4464-93eb-a124ba651b98" /> #### The rest are maint themes Hackerman <img width="601" height="598" alt="image" src="https://github.com/user-attachments/assets/f1e68ace-eaee-4a1b-9574-7705a8d1be18" /> Roulette table <img width="599" height="601" alt="image" src="https://github.com/user-attachments/assets/12985c4d-a3d8-4f76-b212-d10fb92293c3" /> Alien <img width="604" height="602" alt="image" src="https://github.com/user-attachments/assets/d8933c03-47b4-4c04-932d-0649d3506c16" /> As always these are all available to the clear PDA by default. ## Why It's Good For The Game They just looked nice, so why not ## Changelog 🆑 add: Added a new PDA theme and 3 secret ones you may find in maintenance. /🆑
This commit is contained in:
@@ -35,10 +35,19 @@
|
||||
qdel(src)
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/cat
|
||||
theme_name = CAT_THEME_NAME
|
||||
theme_name = PDA_THEME_CAT_NAME
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/lightmode
|
||||
theme_name = LIGHT_THEME_NAME
|
||||
theme_name = PDA_THEME_LIGHT_MODE_NAME
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/spooky
|
||||
theme_name = ELDRITCH_THEME_NAME
|
||||
theme_name = PDA_THEME_SPOOKY_NAME
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/hacker
|
||||
theme_name = PDA_THEME_HACKERMAN_NAME
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/roulette
|
||||
theme_name = PDA_THEME_ROULETTE_NAME
|
||||
|
||||
/datum/computer_file/program/maintenance/theme/alien
|
||||
theme_name = PDA_THEME_ABDUCTOR_NAME
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
var/list/data = list()
|
||||
|
||||
if(computer.obj_flags & EMAGGED)
|
||||
data["themes"] += list(list("theme_name" = SYNDICATE_THEME_NAME, "theme_ref" = GLOB.pda_name_to_theme[SYNDICATE_THEME_NAME]))
|
||||
data["themes"] += list(list("theme_name" = PDA_THEME_SYNDICATE_NAME, "theme_ref" = GLOB.pda_name_to_theme[PDA_THEME_SYNDICATE_NAME]))
|
||||
for(var/theme_key in GLOB.default_pda_themes + imported_themes)
|
||||
data["themes"] += list(list("theme_name" = theme_key, "theme_ref" = GLOB.pda_name_to_theme[theme_key]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user