From 6e47f945c57e2cd08f13936ec544dcbcbf981e21 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Thu, 3 Apr 2025 00:00:53 +0200 Subject: [PATCH] Add: #180 --- common/media/lua/client/TOC/UI/SurgeryInteractions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/media/lua/client/TOC/UI/SurgeryInteractions.lua b/common/media/lua/client/TOC/UI/SurgeryInteractions.lua index 9a8dd77..a49d20f 100644 --- a/common/media/lua/client/TOC/UI/SurgeryInteractions.lua +++ b/common/media/lua/client/TOC/UI/SurgeryInteractions.lua @@ -68,7 +68,7 @@ local function AddStoveContextMenu(playerNum, context, worldObjects, test) -- Notifications, in case the player can't do the action - local isPlayerCourageous = pl:HasTrait("Brave") or pl:getPerkLevel(Perks.Strength) > 5 + local isPlayerCourageous = pl:HasTrait("Brave") or pl:HasTrait("Desensitized") or pl:getPerkLevel(Perks.Strength) > 5 local isTempHighEnough = stoveObj:getCurrentTemperature() >= 250 local isLimbFree = not dcInst:getIsProstEquipped(limbName)