diff --git a/code/modules/mob/living/simple_animal/abnormality/he/woodsman.dm b/code/modules/mob/living/simple_animal/abnormality/he/woodsman.dm
index a4522a935fe1..546968cd0c58 100644
--- a/code/modules/mob/living/simple_animal/abnormality/he/woodsman.dm
+++ b/code/modules/mob/living/simple_animal/abnormality/he/woodsman.dm
@@ -98,6 +98,19 @@
//PLAYABLES ATTACKS
attack_action_types = list(/datum/action/innate/abnormality_attack/toggle/woodsman_flurry_toggle)
+/mob/living/simple_animal/hostile/abnormality/woodsman/Login()
+ . = ..()
+ to_chat(src, "
You are Warm Hearted Woodsman, A Combat Role Abnormality.
\
+ |Seeking Hearts...|: When you attack dead bodies, you will extract their heart.
\
+ Extracting their heart will cause you to heal and cause you to deal more damage with all of your attacks for short time.
\
+
\
+ |Heart Ripper|: After you press your 'Axe Throw' ability, You will throw your axe towards the next tile you click on.
\
+ Any human hit by your axe, will become chained to you, making them unable to run away. You will also start reeling them to yourself.
\
+ If you pull them all the way next to you, they will be released and knocked down for 3 seconds. They will also be released if they break line of sight with you.
\
+
\
+ |Chopping Down|: When you attack, if your flurry attack is off cooldown you will use it.
\
+ Your flurry attack is a 3x2 AoE in front of you, which deals RED damage, which will repeat 7 times in a row before end with a extra strong final hit.
\
+ You are able to toggle your flurry attack on and off with your ability.")
/datum/action/spell_action/spell/axe_throw/IsAvailable()
if (istype(owner, /mob/living/simple_animal/hostile/abnormality/woodsman))