From bd7f37b6f324c7c6c7f9b2c50917bd90107462bd Mon Sep 17 00:00:00 2001 From: Pao Date: Thu, 12 Jan 2023 19:53:07 +0100 Subject: [PATCH] Commented more bandage stuff since it's still broken --- media/lua/client/TOC_Update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/lua/client/TOC_Update.lua b/media/lua/client/TOC_Update.lua index 43cec7e..27a90e4 100644 --- a/media/lua/client/TOC_Update.lua +++ b/media/lua/client/TOC_Update.lua @@ -158,7 +158,7 @@ function TheOnlyCure.HealSpecificPart(toc_data, part_name, player) -- Reapplies bandages after the whole ordeal -- TODO not sure if this still works - body_part_type:setBandaged(true, bandage_life, false, bandage_type) + --body_part_type:setBandaged(true, bandage_life, false, bandage_type) end --Helper function for UpdatePlayerHealth