From 2569be37baaee106c9095fe4c0d16e7cf5ba6073 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:36:41 -0400 Subject: [PATCH] Adjusts Hivelord Brood and Legion Skulls (#30551) --- code/modules/mob/living/basic/mining/hivelord.dm | 8 +++----- code/modules/mob/living/basic/mining/hivelord_ai.dm | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/basic/mining/hivelord.dm b/code/modules/mob/living/basic/mining/hivelord.dm index 62e8bbea7c5..8d4ee88f9f5 100644 --- a/code/modules/mob/living/basic/mining/hivelord.dm +++ b/code/modules/mob/living/basic/mining/hivelord.dm @@ -54,12 +54,12 @@ mouse_opacity = MOUSE_OPACITY_OPAQUE friendly_verb_continuous = "buzzes near" friendly_verb_simple = "buzz near" - speed = -1 // Faster than a person + speed = 0 // Same speed as a person so you can flee maxHealth = 1 health = 1 harm_intent_damage = 5 - melee_damage_lower = 10 - melee_damage_upper = 10 + melee_damage_lower = 6 + melee_damage_upper = 8 attack_verb_continuous = "slashes" attack_verb_simple = "slash" speak_emote = list("telepathically cries") @@ -211,8 +211,6 @@ icon_dead = "legion_head" maxHealth = 5 health = 5 - melee_damage_lower = 12 - melee_damage_upper = 12 attack_verb_continuous = "bites" attack_verb_simple = "bites" speak_emote = list("echoes") diff --git a/code/modules/mob/living/basic/mining/hivelord_ai.dm b/code/modules/mob/living/basic/mining/hivelord_ai.dm index 083f16873e9..4d7103e5fcb 100644 --- a/code/modules/mob/living/basic/mining/hivelord_ai.dm +++ b/code/modules/mob/living/basic/mining/hivelord_ai.dm @@ -41,7 +41,7 @@ BB_TARGET_MINIMUM_STAT = UNCONSCIOUS, BB_AGGRO_RANGE = 10, ) - ai_movement = /datum/ai_movement/basic_avoidance + ai_movement = /datum/ai_movement/jps // Not gonna get stuck on walls now, are ya? idle_behavior = /datum/idle_behavior/idle_random_walk planning_subtrees = list( /datum/ai_planning_subtree/simple_find_target,