From 1146ed0d1fdc977d198c5c5ed87441817474c0b9 Mon Sep 17 00:00:00 2001 From: lolman360 Date: Sun, 23 Aug 2020 13:12:51 +1000 Subject: [PATCH] is thsi it --- code/modules/smithing/finished_items.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/smithing/finished_items.dm b/code/modules/smithing/finished_items.dm index 45ce53d630..1c8711aa2b 100644 --- a/code/modules/smithing/finished_items.dm +++ b/code/modules/smithing/finished_items.dm @@ -239,8 +239,7 @@ pickaxes [x] if(!is_servant_of_ratvar(user)) user.DefaultCombatKnockdown(100) user.dropItemToGround(src, TRUE) - user.visible_message("A powerful force shoves [user] away from [target]!", \ - "\""You shouldn't be touching tools that aren't yours.\"") + user.visible_message("A powerful force shoves [user] away from [target]!", "\""You shouldn't be touching tools that aren't yours.\"") if(ishuman(user)) var/mob/living/carbon/human/H = user H.apply_damage(rand(force/2, force), BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM))