diff --git a/code/datums/martial/rising_bass.dm b/code/datums/martial/rising_bass.dm index 082778cf8a..d175322a7c 100644 --- a/code/datums/martial/rising_bass.dm +++ b/code/datums/martial/rising_bass.dm @@ -112,7 +112,7 @@ log_combat(A, D, "deft switched (Rising Bass)") return 1 else - to_chat(A, "[G] can't be taken out of [D]'s hands!") + to_chat(A, "[G] can't be taken out of [D]'s hands!") return 0 /datum/martial_art/the_rising_bass/disarm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) @@ -144,4 +144,4 @@ to_chat(usr, "Shoulder Flip: Grab Harm Disarm Grab Grab. Flips opponent over your shoulder and stuns.") to_chat(usr, "Repulse Punch: Grab Harm Grab Harm. Slams the opponent far away from you.") to_chat(usr, "Foot Smash: Harm Harm. Stuns opponent, minor damage.") - to_chat(usr, "Deft Switch: Grab Disarm Disarm. Switches the opponent's held item for your own. Most useful with nothing in your hand.") \ No newline at end of file + to_chat(usr, "Deft Switch: Grab Disarm Disarm. Switches the opponent's held item for your own. Most useful with nothing in your hand.")