Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jun 6, 2024
1 parent b67ef84 commit d71598e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/cm_aliens/structures/special/egg_morpher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +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"
var/datum/hive_status/hive = GLOB.hive_datum[hivenumber]
. += "Current facehugger limit: <b>[current_hugger_count]/[playable_hugger_limit]</b>"

Expand Down

0 comments on commit d71598e

Please sign in to comment.