Skip to content

Commit

Permalink
50%
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jun 18, 2023
1 parent 7e486b2 commit e431cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e431cf8

Please sign in to comment.