Ports /vg/ instrument frame work, adds client based sound pref

Also shifts sound files which is 98% of the bulk here.
This commit is contained in:
Poojawa
2018-09-05 03:35:34 -05:00
parent f79a0cb9a6
commit 6b403022a7
434 changed files with 374 additions and 788 deletions

View File

@@ -102,7 +102,7 @@ var/list/_client_preferences_by_type
description ="Mob tooltips"
key = "MOB_TOOLTIPS"
enabled_description = "Show"
disabled_description = "Hide"
disabled_description = "Hide"
/datum/client_preference/attack_icons
description ="Attack icons"
@@ -183,6 +183,10 @@ var/list/_client_preferences_by_type
PH.set_ao(VIS_OBJS, enabled)
PH.set_ao(VIS_MOBS, enabled)
/datum/client_preference/instrument_toggle
description ="Hear In-game Instruments"
key = "SOUND_INSTRUMENT"
/********************
* Staff Preferences *
********************/