Update vorepanel.dm

Made it uniform with the maximum characters allowed for emotes because uniformity is nice.
This commit is contained in:
R3dtail
2021-02-26 19:36:44 -06:00
committed by GitHub
parent 9ea578987f
commit af4b8ef0c5

View File

@@ -5,7 +5,7 @@
#define BELLIES_MAX 20
#define BELLIES_NAME_MIN 2
#define BELLIES_NAME_MAX 24
#define BELLIES_DESC_MAX 2048
#define BELLIES_DESC_MAX 4096
/mob/living/proc/insidePanel()
set name = "Vore Panel"