From de83bbee0bfe8ce54585ba4ce575723e3922c532 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 18 Jul 2020 22:02:07 +0100 Subject: [PATCH] woops --- code/game/objects/items/stacks/medical.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index 1e70b4bd80..32093a8d1c 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -221,7 +221,6 @@ return FALSE user.visible_message("[user] applies \the [src] on [M].", "You apply \the [src] on [M].") return heal_carbon(M, user, heal_brute, heal_burn) - return TRUE to_chat(user, "You can't heal [M] with \the [src]!")