From ad065f1aea731ae58ea405a765269cccf49b845a Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 6 Jan 2019 14:57:54 -0500 Subject: [PATCH] Boost Belly Limit There will now be a maximum of 30 bellies for those crazy enough to spend the time and those too lazy to use text documents for that. >W> --- 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 b7ee064846..b1f4c2ad80 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -2,7 +2,7 @@ // Vore management panel for players // -#define BELLIES_MAX 20 +#define BELLIES_MAX 30 #define BELLIES_NAME_MIN 2 #define BELLIES_NAME_MAX 12 #define BELLIES_DESC_MAX 1024