fixes resting

This commit is contained in:
shellspeed1
2022-10-09 15:45:51 -07:00
parent de4d468472
commit 5fc34292c0
@@ -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.