Finally fixed the vocalchord button

This commit is contained in:
Fermi
2019-06-22 21:00:20 +01:00
parent 4b0efa962c
commit f096e8440a
8 changed files with 44 additions and 19 deletions
@@ -522,7 +522,7 @@
cooldown = 0
if (tranceTime > 0) //custom trances only last 50 ticks.
tranceTime -= 1
else if (tranceTime <= 0) //remove trance after.
else if (!tranceTime == null) //remove trance after.
M.cure_trauma_type(/datum/brain_trauma/hypnosis, TRAUMA_RESILIENCE_SURGERY)
M.remove_status_effect(/datum/status_effect/trance)
tranceTime = null