From 3876c0f08d5c0fbf1f4a3747fa7e57791ed4b25a Mon Sep 17 00:00:00 2001 From: Venuska1117 Date: Fri, 29 Nov 2024 22:33:42 +0100 Subject: [PATCH] tiny fix for hivelord.dm --- code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm | 4 ++-- .../carbon/xenomorph/strains/castes/hivelord/designer.dm | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm b/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm index 75e188da24e4..874c72236332 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm @@ -14,8 +14,8 @@ speed = XENO_SPEED_TIER_2 available_strains = list( - /datum/xeno_strain/resin_whisperer, - /datum/xeno_strain/designer, + /datum/xeno_strain/resin_whisperer, + /datum/xeno_strain/designer, ) evolution_allowed = FALSE diff --git a/code/modules/mob/living/carbon/xenomorph/strains/castes/hivelord/designer.dm b/code/modules/mob/living/carbon/xenomorph/strains/castes/hivelord/designer.dm index febba762abb7..27a995c59926 100644 --- a/code/modules/mob/living/carbon/xenomorph/strains/castes/hivelord/designer.dm +++ b/code/modules/mob/living/carbon/xenomorph/strains/castes/hivelord/designer.dm @@ -229,6 +229,7 @@ xeno_cooldown = initial(xeno_cooldown) return ..() +// Greather Resin Surge. /datum/action/xeno_action/verb/verb_greather_surge() set category = "Alien"