From 03c64bb064e00da257672642b49b892931701aa0 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Sun, 3 Jun 2012 05:01:02 +0100 Subject: [PATCH] Missed a var. --- code/modules/client/client defines.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/client/client defines.dm b/code/modules/client/client defines.dm index 518e8b79f8e..89f0b2f10a6 100644 --- a/code/modules/client/client defines.dm +++ b/code/modules/client/client defines.dm @@ -33,7 +33,8 @@ var/showvote = null var/STFU_ghosts //80+ people rounds are fun to admin when text flies faster than airport security var/STFU_radio //80+ people rounds are fun to admin when text flies faster than airport security - var/be_syndicate = 0 //Moving this into client vars, since I was silly when I made it. + var/be_syndicate = 0 //Moving this into client vars, since I was silly when I made it. + var/bubbles = 1 //Check if bubbles should be displayed for someone /////////////// //SOUND STUFF//