Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jun 6, 2024
1 parent 0b124f4 commit 3b23941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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 @@ -116,8 +118,6 @@ var/current_hugger_count = 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

0 comments on commit 3b23941

Please sign in to comment.