Bigger Belly

Doubles the number of characters available to be used for bellies_desc_max.  Additionally, doubles the number of characters available for the bellies_name_max.
This commit is contained in:
R3dtail
2021-02-26 15:03:32 -06:00
committed by GitHub
parent dbc6e14358
commit 9ea578987f

View File

@@ -4,8 +4,8 @@
#define BELLIES_MAX 20
#define BELLIES_NAME_MIN 2
#define BELLIES_NAME_MAX 12
#define BELLIES_DESC_MAX 1024
#define BELLIES_NAME_MAX 24
#define BELLIES_DESC_MAX 2048
/mob/living/proc/insidePanel()
set name = "Vore Panel"