Skip to content

Commit

Permalink
Refactory how this whole thing is (lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 29, 2023
1 parent 067bad6 commit b4789f4
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 @@ -1050,7 +1050,7 @@
hugger.timeofdeath = user.timeofdeath // Keep old death time

/datum/hive_status/proc/update_lesser_drone_limit()
lesser_drone_limit = max(Ceiling(length(totalXenos) / 3), lesser_drone_minimum)
lesser_drone_limit = lesser_drone_minimum + Ceiling(length(totalXenos) / 3)

/datum/hive_status/proc/can_spawn_as_lesser_drone(mob/dead/observer/user)
if(!GLOB.hive_datum || ! GLOB.hive_datum[hivenumber])
Expand Down

0 comments on commit b4789f4

Please sign in to comment.