From 4426834521ba128bd4e52dc6190e2cb4f283fbc8 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 25 Oct 2018 03:17:50 -0400 Subject: [PATCH] HOTFIX --- code/game/objects/items/weapons/tools.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index e915544739a..0010ab63d77 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -458,6 +458,9 @@ E.heal_damage(rembrute,0,0,1) rembrute = nrembrute 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].") return 1 else return ..()