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]: "