From fab603fabe59b806b298218aede1eae0e7d7d19d Mon Sep 17 00:00:00 2001 From: Fermi Date: Thu, 13 Jun 2019 01:44:48 +0100 Subject: [PATCH] Removed hypnotherapy quirk --- code/datums/traits/negative.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 3a8b58d146..a26e2149a2 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -325,7 +325,8 @@ lose_text = "Your mind finally feels calm." medical_record_text = "Patient's mind is in a vulnerable state, and cannot recover from traumatic events." -//For reviewers: If you think it's a bad idea, feel free to remove it. I won't be upset :blobcat: +//For reviewers: If you think it's a bad idea, feel free to remove it. Removal requested, commented out until the end of review (will remove when fixing merge conflicts). +/* /datum/quirk/hypno name = "Hypnotherapy user" desc = "You had hypnotherapy right before your shift, you're not sure it had any effects, though." @@ -349,3 +350,4 @@ to_chat(H, "[pick(seen)] accidentally sets off your implanted trigger, sending you into a hypnotic daze!") H.apply_status_effect(/datum/status_effect/trance, 200, TRUE) qdel(src) + */