From 0444c11ce7e45f5b4c9a3ee5649a0cfe78298b35 Mon Sep 17 00:00:00 2001 From: GoldenDarkness55 <103884785+GoldenDarkness55@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:25:36 +0200 Subject: [PATCH 1/2] Soak hotkey defender_abilities.dm --- .../carbon/xenomorph/abilities/defender/defender_abilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/abilities/defender/defender_abilities.dm b/code/modules/mob/living/carbon/xenomorph/abilities/defender/defender_abilities.dm index d28a4bb67978..3d940c502267 100644 --- a/code/modules/mob/living/carbon/xenomorph/abilities/defender/defender_abilities.dm +++ b/code/modules/mob/living/carbon/xenomorph/abilities/defender/defender_abilities.dm @@ -63,7 +63,7 @@ ability_name = "soak" macro_path = /datum/action/xeno_action/verb/verb_soak action_type = XENO_ACTION_ACTIVATE - ability_primacy = XENO_PRIMARY_ACTION_5 + ability_primacy = XENO_PRIMARY_ACTION_3 plasma_cost = 20 xeno_cooldown = 17 SECONDS From 574c7cf70a9447de20058b32b97339087e8ec921 Mon Sep 17 00:00:00 2001 From: GoldenDarkness55 <103884785+GoldenDarkness55@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:26:08 +0200 Subject: [PATCH 2/2] Soak icon position steel_crest.dm --- .../carbon/xenomorph/strains/castes/defender/steel_crest.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/strains/castes/defender/steel_crest.dm b/code/modules/mob/living/carbon/xenomorph/strains/castes/defender/steel_crest.dm index cfbf85de299d..0627190d0bc9 100644 --- a/code/modules/mob/living/carbon/xenomorph/strains/castes/defender/steel_crest.dm +++ b/code/modules/mob/living/carbon/xenomorph/strains/castes/defender/steel_crest.dm @@ -11,8 +11,8 @@ ) actions_to_add = list( /datum/action/xeno_action/activable/headbutt/steel_crest, - /datum/action/xeno_action/activable/fortify/steel_crest, /datum/action/xeno_action/onclick/soak, + /datum/action/xeno_action/activable/fortify/steel_crest, ) /datum/xeno_strain/steel_crest/apply_strain(mob/living/carbon/xenomorph/defender/defender)