From 4e2c72f2ed4e2c297fbe139879a103148892bced Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 3 Dec 2019 16:58:32 -0800 Subject: [PATCH] makes traitor removable --- 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 c1f8d6d349..e1e3a69e66 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]