From eeef3e25f4385c4bf1add86500a9cd83eb829dd8 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Wed, 4 Dec 2024 16:24:08 +0300 Subject: [PATCH] panther --- .../living/carbon/xenomorph/castes/panther/abilities_panther.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/panther/abilities_panther.dm b/code/modules/mob/living/carbon/xenomorph/castes/panther/abilities_panther.dm index de13494fac0..15cefd0b167 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/panther/abilities_panther.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/panther/abilities_panther.dm @@ -84,7 +84,7 @@ name = "Adrenaline Jump" action_icon_state = "adrenaline_jump" desc = "Jump from some distance to target, knocking them down and pulling them to you, only works if you are at least from 3 to 8 meters away from the target, this ability sends Pounce on cooldown." - ability_cost = 15 + ability_cost = 10 cooldown_duration = 8 SECONDS keybinding_signals = list( KEYBINDING_NORMAL = COMSIG_XENOABILITY_ADRENALINE_JUMP,