From 7cca2e7fe9466f0c7fbc85586d02d5b565c9ecc4 Mon Sep 17 00:00:00 2001 From: Ragolution Date: Wed, 9 Jan 2019 10:08:34 -0500 Subject: [PATCH] uhhh is this something that should be done because i have no idea --- code/datums/traits/negative.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index f1a4e07e41..095f75cb55 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -294,4 +294,4 @@ /datum/quirk/mute/on_process() if(quirk_holder.mind && LAZYLEN(quirk_holder.mind.antag_datums)) - to_chat(quirk_holder, "Your antagonistic nature has caused your voice to return.") \ No newline at end of file + to_chat(quirk_holder, "Your antagonistic nature has caused your voice to return.") qdel(src)