mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
fsdfsd (#17845)
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
/atom/proc/balloon_alert_perform(mob/viewer, text)
|
||||
|
||||
var/client/viewer_client = viewer?.client
|
||||
|
||||
if(!viewer_client?.prefs?.read_preference(/datum/preference/toggle/runechat_balloon_messages))
|
||||
return //no! I don't want that.
|
||||
|
||||
|
||||
if (isnull(viewer_client))
|
||||
return
|
||||
|
||||
|
||||
@@ -21,3 +21,9 @@
|
||||
savefile_key = "RUNECHAT_LONG"
|
||||
default_value = FALSE
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
/datum/preference/toggle/runechat_balloon_messages
|
||||
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
|
||||
savefile_key = "RUNECHAT_BALLOON_MESSAGES"
|
||||
default_value = TRUE
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
Reference in New Issue
Block a user