mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Requested Interview Features Update (Rave Radbury Edition) (#59621)
Added a few things that were requested by RaveRadbury to be added to the interview system: * Where appropriate clickable links are now added to open a interview in similar fashion to tickets * Changed fields to be read-only for admins looking at interviews while they're being written * Added the ability to include markdown-style links to interview welcome messages and interview questions * Updated the default questions to add a question about if the user has read the rules to demonstrate the ability to include links
This commit is contained in:
@@ -109,7 +109,7 @@ GLOBAL_DATUM_INIT(interviews, /datum/interview_manager, new)
|
||||
if(X.prefs.toggles & SOUND_ADMINHELP)
|
||||
SEND_SOUND(X, sound('sound/effects/adminhelp.ogg'))
|
||||
window_flash(X, ignorepref = TRUE)
|
||||
to_chat(X, "<span class='adminhelp'>Interview for [ckey] enqueued for review. Current position in queue: [to_queue.pos_in_queue]</span>", confidential = TRUE)
|
||||
to_chat(X, "<span class='adminhelp'>[to_queue.link_self()] for [ckey] enqueued for review. Current position in queue: [to_queue.pos_in_queue]</span>", confidential = TRUE)
|
||||
|
||||
/**
|
||||
* Removes a ckey from the cooldown list, used for enforcing cooldown after an interview is denied.
|
||||
|
||||
Reference in New Issue
Block a user