Skip to content

Commit

Permalink
testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jun 8, 2024
1 parent 4105f6c commit a98f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/special/egg_morpher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
. += "It has [stored_huggers] facehuggers within, with [huggers_to_grow] more to grow (reserved: [huggers_reserved])."
if(isobserver(user))
var/current_hugger_count = linked_hive.get_current_playable_facehugger_count();
. += "Current facehugger limit: <b>[current_hugger_count]/[hive.playable_hugger_limit]</b>"
. += "Current facehugger limit: <b>[current_hugger_count]/[linked_hive.playable_hugger_limit]</b>"

/obj/effect/alien/resin/special/eggmorph/attackby(obj/item/I, mob/user)
if(istype(I, /obj/item/grab))
Expand Down

0 comments on commit a98f234

Please sign in to comment.