From bf5a82365a3bfb42628a4b6670d867248956eeb3 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:34:09 +0100 Subject: [PATCH] [s[ Fixes bearserker (#23786) * Neat * Remove . --- code/modules/martial_arts/bearserk.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/martial_arts/bearserk.dm b/code/modules/martial_arts/bearserk.dm index 2614e4ef352..311bf97f3ef 100644 --- a/code/modules/martial_arts/bearserk.dm +++ b/code/modules/martial_arts/bearserk.dm @@ -17,12 +17,12 @@ return TRUE /datum/martial_art/bearserk/explaination_header(user) - to_chat(usr, "Quelling the ursine rage for a moment, you ponder on how a Space Bear fights...") + to_chat(user, "Quelling the ursine rage for a moment, you ponder on how a Space Bear fights...") /datum/martial_art/bearserk/explaination_footer(user) - to_chat(user, "All combos recover stamina and grant a stamina resistance buff, so get aggressive!.") + to_chat(user, "Most combos recover stamina and grant a stamina resistance buff, so get aggressive!") -/datum/martial_art/bearserk/teach(mob/living/carbon/human/H, make_temporary=0) +/datum/martial_art/bearserk/teach(mob/living/carbon/human/H, make_temporary = 0) ..() if(HAS_TRAIT(H, TRAIT_PACIFISM)) to_chat(H, "You feel otherworldly rage flicker briefly in your mind, before you reject such violent thoughts and calm down. \ @@ -65,6 +65,7 @@ if(H.get_item_by_slot(SLOT_HUD_HEAD) == src) H.faction -= "russian" // Hardbass stops H.physiology.stun_mod /= 0.80 + style.remove(H) /obj/item/clothing/head/bearpelt/bearserk/examine(mob/user) . = ..()