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)
. = ..()