From bbb6c41bc587213f6542937a42e86e0b4fa7e152 Mon Sep 17 00:00:00 2001 From: Waselon Date: Tue, 5 Sep 2023 23:14:14 +0300 Subject: [PATCH 1/2] carrier buff --- .../carbon/xenomorph/castes/carrier/abilities_carrier.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm b/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm index 25798e836d78c..9d975cccc20e7 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm @@ -112,7 +112,7 @@ GLOBAL_LIST_INIT(hugger_images_list, list( name = "Place trap" action_icon_state = "place_trap" desc = "Place a hole on weeds that can be filled with a hugger or acid. Activates when a marine steps on it." - plasma_cost = 400 + plasma_cost = 200 keybinding_signals = list( KEYBINDING_NORMAL = COMSIG_XENOABILITY_PLACE_TRAP, ) @@ -152,8 +152,8 @@ GLOBAL_LIST_INIT(hugger_images_list, list( name = "Spawn Facehugger" action_icon_state = "spawn_hugger" desc = "Spawn a facehugger that is stored on your body." - plasma_cost = 200 - cooldown_timer = 10 SECONDS + plasma_cost = 100 + cooldown_timer = 5 SECONDS keybinding_signals = list( KEYBINDING_NORMAL = COMSIG_XENOABILITY_SPAWN_HUGGER, ) From f6d8bb01881c21248f0be2a5dda38d931243811c Mon Sep 17 00:00:00 2001 From: Waselon <69199543+Waselon@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:24:39 +0300 Subject: [PATCH 2/2] Update abilities_carrier.dm --- .../living/carbon/xenomorph/castes/carrier/abilities_carrier.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm b/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm index 9d975cccc20e7..409d6d12170b0 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/carrier/abilities_carrier.dm @@ -153,7 +153,7 @@ GLOBAL_LIST_INIT(hugger_images_list, list( action_icon_state = "spawn_hugger" desc = "Spawn a facehugger that is stored on your body." plasma_cost = 100 - cooldown_timer = 5 SECONDS + cooldown_timer = 10 SECONDS keybinding_signals = list( KEYBINDING_NORMAL = COMSIG_XENOABILITY_SPAWN_HUGGER, )