diff --git a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm index e0fee9c9587b..ee3ecfc3f271 100644 --- a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm +++ b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm @@ -921,7 +921,7 @@ continue xenos_count++ hijack_burrowed_surge = TRUE - hijack_burrowed_left = max(n_ceil(shipside_humans_count * 0.4) - xenos_count, 5) + hijack_burrowed_left = max(n_ceil(shipside_humans_count * 0.5) - xenos_count, 5) hivecore_cooldown = FALSE xeno_message(SPAN_XENOBOLDNOTICE("The weeds have recovered! A new hive core can be built!"),3,hivenumber)