Skip to content

Commit

Permalink
Update code/__DEFINES/modular_computer.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SomeRandomOwl <[email protected]>
  • Loading branch information
LordVoidron and SomeRandomOwl authored Feb 25, 2024
1 parent 4d748c2 commit 7258f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/modular_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +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 7258f04

Please sign in to comment.