mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Radio headset sounds (#32402)
* Radio headset sounds * SQL stuff * wtf * typo * fixed db Co-authored-by: Damian <damian@autistici.org>
This commit is contained in:
@@ -14,3 +14,8 @@
|
||||
#define JOB_PREF_MED 2
|
||||
#define JOB_PREF_LOW 1
|
||||
#define JOB_PREF_NEVER 0
|
||||
|
||||
// /datum/preferences/var/headset_sound
|
||||
#define HEADSET_SOUND_DISABLED 0
|
||||
#define HEADSET_SOUND_TRANSMIT 1
|
||||
#define HEADSET_SOUND_ALL 2
|
||||
Reference in New Issue
Block a user