From 17630cef3284459404434fbf6b521841be73ecf4 Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 12 Jul 2016 23:48:41 -0700 Subject: [PATCH] Makes Vampire preference appear on Traitor panel --- code/datums/mind.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 7e026452266..750c0f2f5df 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -268,6 +268,10 @@ else text += "yes|NO" + if(current && current.client && (ROLE_VAMPIRE in current.client.prefs.be_special)) + text += "|Enabled in Prefs" + else + text += "|Disabled in Prefs" /** Enthralled ***/ text += "
enthralled" text = "[text]: "