From f76003e4f79327adcfdcecdb011207dc96ea485b Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Mon, 18 Nov 2019 19:41:25 +1300 Subject: [PATCH] Update vorepanel_vr.dm --- code/modules/vore/eating/vorepanel_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index c9a212f293..e46e9bb82e 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -5,7 +5,7 @@ #define BELLIES_MAX 30 #define BELLIES_NAME_MIN 2 #define BELLIES_NAME_MAX 12 -#define BELLIES_DESC_MAX 1024 +#define BELLIES_DESC_MAX 2048 #define FLAVOR_MAX 40 /mob/living/proc/insidePanel()