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 53a613c commit d5f24d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var/current_hugger_count = 0

/datum/hive_status
var/name = "Normal Hive"

Expand Down Expand Up @@ -858,7 +860,6 @@

update_hugger_limit()

var/current_hugger_count = 0
for(var/mob/mob as anything in totalXenos)
if(isfacehugger(mob))
current_hugger_count++
Expand Down

0 comments on commit d5f24d4

Please sign in to comment.