From 1baf06f66a27a4509d8e4e271f0a47bafac65f31 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 25 Oct 2018 03:46:42 -0400 Subject: [PATCH] removes one the leavesanother --- code/game/objects/items/weapons/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index 0010ab63d77..cbaa4cff554 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -460,7 +460,7 @@ user.visible_message("\The [user] patches some dents on \the [M]'s [E.name] with \the [src].") if(H.bleed_rate && H.isSynthetic()) H.bleed_rate = 0 - user.visible_message("\The [user] patches some leaks on \the [M] with \the [src].") + user.visible_message("\The [user] patches some leaks on [M] with \the [src].") return 1 else return ..()