From 5118498d82c035cf027c558a304d66b89350a007 Mon Sep 17 00:00:00 2001 From: Bannhammger Date: Fri, 14 Feb 2025 11:43:36 +0300 Subject: [PATCH] carp --- tff_modular/modules/martial/sleeping_carp.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tff_modular/modules/martial/sleeping_carp.dm b/tff_modular/modules/martial/sleeping_carp.dm index b448ca3dd59..582472bf89d 100644 --- a/tff_modular/modules/martial/sleeping_carp.dm +++ b/tff_modular/modules/martial/sleeping_carp.dm @@ -1,5 +1,5 @@ /datum/martial_art/the_sleeping_carp/can_deflect(mob/living/carp_user) - if(!carp_user.throw_mode) + if(!carp_user.combat_mode) return FALSE return is_capable(carp_user); @@ -79,7 +79,7 @@ However, you are also unable to use any ranged weaponry. You can learn more about your newfound art by using the Recall Teachings verb in the Sleeping Carp tab." /datum/uplink_item/stealthy_weapons/martialarts - cost = 13 + cost = 17 /datum/martial_art/the_sleeping_carp help_verb = /mob/living/proc/sleeping_carp_help_tff