Implements Status Indicators

This commit is contained in:
Atermonera
2020-07-30 15:30:44 -04:00
committed by VirgoBot
parent daa3307d25
commit 65cfe5f6e3
39 changed files with 311 additions and 68 deletions
+2 -2
View File
@@ -168,12 +168,12 @@ mob/living/carbon/proc/handle_hallucinations()
if(71 to 72)
//Fake death
// src.sleeping_willingly = 1
src.sleeping = 20
SetSleeping(20)
hal_crit = 1
hal_screwyhud = 1
spawn(rand(50,100))
// src.sleeping_willingly = 0
src.sleeping = 0
SetSleeping(0)
hal_crit = 0
hal_screwyhud = 0
handling_hal = 0