mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-09 00:43:07 +00:00
Fix for brig timer spacing. Minor grammar fixes. Fix for logged out people not staying asleep.
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
|
||||
if(!src.sleeping && !src.admin_observing) // would be exploited by stoxin'd people otherwise ;)
|
||||
// (also make admins set-observing not sleep)
|
||||
src.sleeping = 1
|
||||
src.sleeping += 1
|
||||
src.sleeping_willingly = 1
|
||||
|
||||
/mob/living/carbon/Login()
|
||||
|
||||
@@ -995,7 +995,8 @@
|
||||
if (prob(10) && health && !hal_crit)
|
||||
spawn(0)
|
||||
emote("snore")
|
||||
sleeping--
|
||||
if(!sleeping_willingly)
|
||||
sleeping--
|
||||
|
||||
if(resting)
|
||||
lying = 1
|
||||
|
||||
Reference in New Issue
Block a user