diff --git a/code/modules/cm_aliens/structures/egg.dm b/code/modules/cm_aliens/structures/egg.dm index cc4392ebcc6e..123f5dccf03e 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) - #include "../mob/living/carbon/xenomorph/hive_status.dm" + #include "../../../mob/living/carbon/xenomorph/hive_status.dm" var/datum/hive_status/hive = GLOB.hive_datum[hivenumber] . += "Current facehugger limit: [hive.current_hugger_count]/[hive.playable_hugger_limit]"