mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
/tg/ pref datums (part 1) (#16219)
* TG Prefs (Step 1: JSON savefiles) * TG Prefs (Step 2: Preference Datum Code) * TG Prefs (Step 3: Convert /datum/client_preferences) * TG Prefs (Step 4: Clean up and finishing touches) * Fix some weird compile errors from the rebase
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
key = "belch"
|
||||
emote_message_3p = "belches."
|
||||
message_type = AUDIBLE_MESSAGE
|
||||
sound_preferences = list(/datum/client_preference/emote_noises,/datum/client_preference/belch_noises)
|
||||
sound_preferences = list(/datum/preference/toggle/emote_noises, /datum/preference/toggle/belch_noises)
|
||||
|
||||
/decl/emote/audible/belch/get_emote_sound(var/atom/user)
|
||||
return list(
|
||||
|
||||
Reference in New Issue
Block a user