From fd1ac25adff87ee96b50b848dd3ad58b2fafcf5f Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 6 Jan 2019 15:07:52 -0500 Subject: [PATCH] Boost Belly Limit You'll now have the ability to make a maximum of 30 bellies if you're crazy enough to spend the time with the flavour texts and such and yet too lazy to move it all to a text file. >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 aa49a9eec8..f76cc11c59 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