From 4facb4817d2d444a764823f1a67ed42b28e18bc1 Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Mon, 18 Nov 2019 23:01:02 +1300 Subject: [PATCH] Increasing name max as well, as Tename suggested --- 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 e46e9bb82e9..32fa61a28d3 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -4,7 +4,7 @@ #define BELLIES_MAX 30 #define BELLIES_NAME_MIN 2 -#define BELLIES_NAME_MAX 12 +#define BELLIES_NAME_MAX 20 #define BELLIES_DESC_MAX 2048 #define FLAVOR_MAX 40