From 03fb4925f1919cb3031941d04a813eb0dff19403 Mon Sep 17 00:00:00 2001 From: Ansari Date: Wed, 18 Oct 2017 12:02:37 +0800 Subject: [PATCH] fix prefs --- code/modules/client/preference/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index c1a0a0de770..c478eb9bab2 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -1730,7 +1730,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts nanotrasen_relation = new_relation if("flavor_text") - var/msg = input(usr,"Set the flavor text in your 'examine' verb. This can also be used for OOC notes and preferences!","Flavor Text",html_decode(flavor_text)) as message + var/msg = input(usr,"Set the flavor text in your 'examine' verb. The flavor text should be a physical descriptor of your character at a glance. SFW Drawn Art of your character is acceptable.","Flavor Text",html_decode(flavor_text)) as message if(msg != null) msg = copytext(msg, 1, MAX_MESSAGE_LEN)