mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 04:48:36 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user