From 669dc838819fa0296369f8690ab37592eb8ca8d3 Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:05:32 -0700 Subject: [PATCH] test --- code/modules/cm_aliens/structures/special/egg_morpher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)