mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
Sleeping people on chairs can be woken up
This commit is contained in:
@@ -212,7 +212,7 @@
|
|||||||
var/mob/living/carbon/human/H = src
|
var/mob/living/carbon/human/H = src
|
||||||
H.w_uniform.add_fingerprint(M)
|
H.w_uniform.add_fingerprint(M)
|
||||||
|
|
||||||
if(lying)
|
if(lying || src.sleeping)
|
||||||
src.sleeping = max(0,src.sleeping-5)
|
src.sleeping = max(0,src.sleeping-5)
|
||||||
if(src.sleeping == 0)
|
if(src.sleeping == 0)
|
||||||
src.resting = 0
|
src.resting = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user