From df87f1994fd76cf4548d24a8cabec9059c829786 Mon Sep 17 00:00:00 2001 From: evilew Date: Mon, 17 Jun 2024 02:16:36 +0200 Subject: [PATCH] uncapped size areas - added more positions to the list of where you can freely keep your size uncapped --- GainStation13/code/mechanics/fatness.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/mechanics/fatness.dm b/GainStation13/code/mechanics/fatness.dm index 42c2fefa..988a8cac 100644 --- a/GainStation13/code/mechanics/fatness.dm +++ b/GainStation13/code/mechanics/fatness.dm @@ -1,4 +1,4 @@ -GLOBAL_LIST_INIT(uncapped_resize_areas, list(/area/bridge, /area/crew_quarters)) +GLOBAL_LIST_INIT(uncapped_resize_areas, list(/area/bridge, /area/crew_quarters, /area/maintenance, /area/security/prison, /area/holodeck, /area/security/vacantoffice, /area/space, /area/ruin, /area/lavaland, /area/awaymission, /area/centcom, /area/fatlab)) /mob/living/carbon //Due to the changes needed to create the system to hide fatness, here's some notes: