From 5d2090e18cea3b14a7f930992fb52889e4883944 Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:24:51 -0700 Subject: [PATCH] test --- code/modules/cm_aliens/structures/egg.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_aliens/structures/egg.dm b/code/modules/cm_aliens/structures/egg.dm index 54908d058e4f..e8db7ce6397d 100644 --- a/code/modules/cm_aliens/structures/egg.dm +++ b/code/modules/cm_aliens/structures/egg.dm @@ -56,7 +56,7 @@ if(isxeno(user) && status == EGG_GROWN) . += "Ctrl + Click egg to retrieve child into your empty hand if you can carry it." if(isobserver(user) && status == EGG_GROWN) - var/datum/hive_status/hive = GLOB.hive_datum[hivenumber] + var/datum/hive_status/hive = GLOB.hive_datum[XENO_HIVE_NORMAL] . += "Current facehugger limit: [hive.current_hugger_count]/[hive.playable_hugger_limit]" /obj/effect/alien/egg/attack_alien(mob/living/carbon/xenomorph/M)