Drowsiness Changes (#11996)

* Drowsiness Changes

* Spelling Fixes
This commit is contained in:
Doxxmedearly
2021-06-24 21:48:15 -03:00
committed by GitHub
parent da1ba3bd84
commit d548614525
18 changed files with 73 additions and 49 deletions
+1 -1
View File
@@ -216,7 +216,7 @@
var/coercion_rank = user.psi.get_rank(PSI_COERCION)
if(coercion_rank >= PSI_RANK_GRANDMASTER)
target.AdjustParalysis(-1)
target.drowsyness = 0
target.drowsiness = 0
if(istype(target, /mob/living/carbon))
var/mob/living/carbon/M = target
M.hallucination = max(M.hallucination, 10)