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 ..()