From 6f95d7357e9836b4df70922c78585c230e70801d Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:26:44 -0700 Subject: [PATCH] woops my bad --- 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 0612ca00607d..54908d058e4f 100644 --- a/code/modules/cm_aliens/structures/egg.dm +++ b/code/modules/cm_aliens/structures/egg.dm @@ -57,7 +57,7 @@ . += "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] - . += "Current facehugger limit: [current_hugger_count]/[playable_hugger_limit]" + . += "Current facehugger limit: [hive.current_hugger_count]/[hive.playable_hugger_limit]" /obj/effect/alien/egg/attack_alien(mob/living/carbon/xenomorph/M) if(status == EGG_BURST || status == EGG_DESTROYED)