diff --git a/code/modules/cm_aliens/structures/egg.dm b/code/modules/cm_aliens/structures/egg.dm index 9057718a4fb9..7d7a6f7c7847 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[XENO_HIVE_NORMAL] - var/current_hugger_count = hive.get_current_facehugger_count(); + var/current_hugger_count = hive.get_current_playable_facehugger_count(); . += "Current facehugger limit: [current_hugger_count]/[hive.playable_hugger_limit]" /obj/effect/alien/egg/attack_alien(mob/living/carbon/xenomorph/M)