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)