From ee25835e3d1440cd65f0058ed8c6476bc751f6ae Mon Sep 17 00:00:00 2001 From: Archie Date: Fri, 8 Jan 2021 21:27:50 -0300 Subject: [PATCH] I am stupid --- code/modules/antagonists/traitor/datum_traitor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index 4e285866..8fe65bd1 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -54,6 +54,7 @@ if(!silent && owner.current) to_chat(owner.current," You are no longer the [special_role]! ") owner.special_role = null + . = ..() /datum/antagonist/traitor/proc/handle_hearing(datum/source, list/hearing_args) var/message = hearing_args[HEARING_MESSAGE]