Skip to content

Commit

Permalink
Merge pull request #1027 from NopemanMcHalt/pr-ex/charpref_descriptiv…
Browse files Browse the repository at this point in the history
…e_erp_tag

New, (rather) specific ERP Tags for Character Directory
  • Loading branch information
MosleyTheMalO authored Dec 16, 2023
2 parents abaf01d + add3777 commit 459a4c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GLOBAL_LIST_INIT(char_directory_tags, list("Pred", "Pred-Pref", "Prey", "Prey-Pref", "Switch", "Non-Vore", "Unset"))
GLOBAL_LIST_INIT(char_directory_erptags, list("Top", "Bottom", "Switch", "No ERP", "Unset"))
GLOBAL_LIST_INIT(char_directory_erptags, list("Top", "Top-Pref", "Bottom", "Bottom-Pref", "Submissive Top", "Dominant Bottom", "Switch", "No ERP", "Unset"))
4 changes: 4 additions & 0 deletions tgui/packages/tgui/interfaces/CharacterDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import { Window } from '../layouts';
const erpTagColor = {
'Unset': 'label',
'Top': 'red',
'Top-Pref': 'red',
'Submissive Top': 'teal',
'Bottom': 'blue',
'Bottom-Pref': 'blue',
'Dominant Bottom': 'orange',
'Switch': 'yellow',
'No ERP': 'black',
};
Expand Down

0 comments on commit 459a4c0

Please sign in to comment.