Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jun 6, 2024
1 parent 30f78fa commit 7bf1a91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
var/current_hugger_count = 0
/// How many huggers can the hive support
var/playable_hugger_limit = 0

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

Expand Down Expand Up @@ -118,6 +114,8 @@ var/playable_hugger_limit = 0
//Joining as Facehugger vars
/// When can huggers join the round
var/hugger_timelock = 15 MINUTES
/// How many huggers can the hive support
var/playable_hugger_limit = 0
/// Minimum number of huggers available at any hive size
var/playable_hugger_minimum = 2
/// This number divides the total xenos counted for slots to give the max number of facehuggers
Expand Down Expand Up @@ -860,6 +858,7 @@ var/playable_hugger_limit = 0

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 7bf1a91

Please sign in to comment.