Adds custom job titles

Adds alternate choosable job titles to fit your niches

Co-Authored-By: Azarak <azarak@users.noreply.github.com>
This commit is contained in:
Cydia
2020-08-05 01:37:19 -05:00
parent d8b3888b02
commit 47cacb8c30
8 changed files with 107 additions and 10 deletions
+2
View File
@@ -208,6 +208,8 @@
assignment = H.job
else
assignment = "Unassigned"
if(C && C.prefs && C.prefs.alt_titles_preferences[assignment])
assignment = C.prefs.alt_titles_preferences[assignment]
var/static/record_id_num = 1001
var/id = num2hex(record_id_num++,6)