From 2d9f463fd7a1b02c11048fbe745d2ac73b38cc61 Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Sun, 10 Nov 2019 15:48:40 +0800 Subject: [PATCH] fixes a typo --- code/datums/martial/rising_bass.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")