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 6c7f315 commit fd58c9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/cm_aliens/structures/egg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
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 "code\modules\mob\living\carbon\xenomorph\hive_status.dm"
var/current_hugger_count = 0
for(var/mob/mob as anything in totalXenos)
if(isfacehugger(mob))
current_hugger_count++
var/datum/hive_status/hive = GLOB.hive_datum[hivenumber]
. += "Current facehugger limit: <b>[hive.current_hugger_count]/[hive.playable_hugger_limit]</b>"

Expand Down

0 comments on commit fd58c9a

Please sign in to comment.