From 3b23941d58dfcda1a24939ecf83c2db8df9c22ac Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:40:06 -0700 Subject: [PATCH] test --- code/modules/mob/living/carbon/xenomorph/hive_status.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/hive_status.dm b/code/modules/mob/living/carbon/xenomorph/hive_status.dm index 342ba1816c42..6503c3500cf5 100644 --- a/code/modules/mob/living/carbon/xenomorph/hive_status.dm +++ b/code/modules/mob/living/carbon/xenomorph/hive_status.dm @@ -1,4 +1,6 @@ var/current_hugger_count = 0 +/// How many huggers can the hive support +var/playable_hugger_limit = 0 /datum/hive_status var/name = "Normal Hive" @@ -116,8 +118,6 @@ var/current_hugger_count = 0 //Joining as Facehugger vars /// When can huggers join the round var/hugger_timelock = 15 MINUTES - /// How many huggers can the hive support - var/playable_hugger_limit = 0 /// Minimum number of huggers available at any hive size var/playable_hugger_minimum = 2 /// This number divides the total xenos counted for slots to give the max number of facehuggers