diff --git a/code/modules/cm_aliens/structures/special/egg_morpher.dm b/code/modules/cm_aliens/structures/special/egg_morpher.dm index 9aa3c1a4d535..130e875f2a0c 100644 --- a/code/modules/cm_aliens/structures/special/egg_morpher.dm +++ b/code/modules/cm_aliens/structures/special/egg_morpher.dm @@ -46,7 +46,7 @@ . += "It has [stored_huggers] facehuggers within, with [huggers_to_grow] more to grow (reserved: [huggers_reserved])." if(isobserver(user)) 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/resin/special/eggmorph/attackby(obj/item/I, mob/user)