From 5fc34292c0865fa1853567283622b71e0082bd3c Mon Sep 17 00:00:00 2001 From: shellspeed1 Date: Sun, 9 Oct 2022 15:45:51 -0700 Subject: [PATCH] fixes resting --- code/modules/mob/living/carbon/human/human_helpers.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 470eb626ae..2c58da29c9 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -133,12 +133,6 @@ account = I.registered_account return account -/mob/living/proc/toggle_resting() - set name = "Rest" - set category = "IC" - - set_resting(!resting, FALSE) - /mob/living/carbon/human/can_see_reagents() . = ..() if(.) //No need to run through all of this if it's already true.