From 774d8e7d908e512eaf48bc57d1ba4a2d28eb5f6e Mon Sep 17 00:00:00 2001 From: Athena148 <140056159+Athena148@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:52:43 -0400 Subject: [PATCH] Nerfs Inferno --- .../living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm | 4 ++-- .../subtypes/animal/xenomorph/xenomorph_abilities.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm index bead6783a4b..ba9927a167f 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm @@ -394,8 +394,8 @@ legacy_melee_damage_lower = 20 legacy_melee_damage_upper = 20 movement_cooldown = 3 - base_pixel_x = -8 - base_pixel_y = -4 + base_pixel_x = -16 + base_pixel_y = -3 icon_scale_x = 0.9 icon_scale_y = 0.9 projectiletype = /obj/projectile/potent_fire diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph_abilities.dm b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph_abilities.dm index 98131906727..c0a083a3e38 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph_abilities.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph_abilities.dm @@ -408,6 +408,6 @@ icon = 'icons/effects/effects.dmi' icon_state = "explosion_particle" modifier_type_to_apply = /datum/modifier/fire - modifier_duration = 12 SECONDS // About 15 damage per stack, as Life() ticks every two seconds. + modifier_duration = 8 SECONDS // About 15 damage per stack, as Life() ticks every two seconds. damage_force = 0 nodamage = TRUE