Skip to content

Commit

Permalink
Adds PDA Maints themes shift start (#2134)
Browse files Browse the repository at this point in the history
* Adds PDA Maints themes shift start

Adds the themes "Cat, Lightmode, and Spooky" to shift start PDA themes. Something so small as a cosmetic PDA theme should be usable by the average person.

* Update code/__DEFINES/modular_computer.dm



---------

Co-authored-by: LordVoidron <[email protected]>
Co-authored-by: SomeRandomOwl <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent e946c70 commit f25dde1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/__DEFINES/modular_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ GLOBAL_LIST_INIT(default_pda_themes, list(
PDA_THEME_RETRO_NAME = PDA_THEME_RETRO,
PDA_THEME_SYNTH_NAME = PDA_THEME_SYNTH,
PDA_THEME_TERMINAL_NAME = PDA_THEME_TERMINAL,
// NOVA EDIT ADDITION - START
CAT_THEME_NAME = PDA_THEME_CAT,
LIGHT_THEME_NAME = PDA_THEME_LIGHT_MODE,
ELDRITCH_THEME_NAME = PDA_THEME_SPOOKY,
// NOVA EDIT ADDITION - END
))

///List of PDA themes that are accessible to everyone by default.
Expand Down

0 comments on commit f25dde1

Please sign in to comment.