From 6c7f3158a2e756b6f00ee4519c43f873b83a693a Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:05:10 -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 0a2b4b8815ce..b7f2034d47a0 100644 --- a/code/modules/cm_aliens/structures/special/egg_morpher.dm +++ b/code/modules/cm_aliens/structures/special/egg_morpher.dm @@ -45,7 +45,7 @@ if(isxeno(user) || isobserver(user)) . += "It has [stored_huggers] facehuggers within, with [huggers_to_grow] more to grow (reserved: [huggers_reserved])." if(isobserver(user)) - #include "code/modules/mob/living/carbon/xenomorph/hive_status.dm" + #include "code\modules\mob\living\carbon\xenomorph\hive_status.dm" var/datum/hive_status/hive = GLOB.hive_datum[hivenumber] . += "Current facehugger limit: [current_hugger_count]/[playable_hugger_limit]"