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:
west3436
2022-04-30 21:41:57 -04:00
committed by GitHub
parent 3e6c674398
commit c48c54ea64
8 changed files with 47 additions and 4 deletions

View File

@@ -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