From bbbc09798eff5d0b000de7f60e021c5922403e5e Mon Sep 17 00:00:00 2001 From: HeresKozmos <31109792+HeresKozmos@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:47:26 +0100 Subject: [PATCH] Hivelord can now carry two eggs. --- code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm b/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm index b0a44b0e3835..076109429cb6 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm @@ -18,7 +18,7 @@ caste_desc = "A builder of really big hives." deevolves_to = list(XENO_CASTE_DRONE) can_hold_facehuggers = 1 - can_hold_eggs = CAN_HOLD_TWO_HANDS + can_hold_eggs = CAN_HOLD_ONE_HAND acid_level = 2 weed_level = WEED_LEVEL_STANDARD build_time_mult = BUILD_TIME_MULT_HIVELORD