From 70e5568d32c13443e85d3704c1b304995466e046 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 4 Jan 2018 02:26:44 -0500 Subject: [PATCH] web editor is garbage on mobile --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 92639ab70f..d7da869c0f 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -78,7 +78,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) "spines" = "None", "body_markings" = "None", "legs" = "Normal Legs", - "mcolor2" = "FFF",//CIT FEATURES START HERE + "mcolor2" = "FFF", "mcolor3" = "FFF", "mam_body_markings" = "None", "mam_ears" = "None",