Files
Polaris/code/defines/client.dm
vageyenaman@gmail.com 0f3e6df66f Added in speech bubbles. By default, they are off. You have to go to the character setup window and toggle them on in order to see them.
Made it so the last exclamation mark when a silicon player exclaims something is not filtered out.

Removed xenomicrobes and wizarditis from metroid core reactions. Replaced xenomicrobes with Retrovirus.



git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1967 316c924e-a436-60f5-8080-3fe189b3f50e
2011-08-02 20:39:44 +00:00

34 lines
976 B
Plaintext

/client
var/obj/admins/holder = null
var/authenticated = 0
var/goon = 0
var/beta_tester = 0
var/authenticating = 0
var/listen_ooc = 1
var/move_delay = 1
var/moving = null
var/vote = null
var/showvote = null
var/adminobs = null
var/deadchat = 0.0
var/changes = 0
var/canplaysound = 1
var/ambience_playing = null
var/no_ambi = 0
var/area = null
var/played = 0
var/team = null
var/buildmode = 0
var/stealth = 0
var/fakekey = null
var/warned = 0
var/karma = 0
var/karma_spent = 0
var/ooccolor = "#b82e00" //only used for admins of host level, default is equal to admin default
var/midis = 1 //Check if midis should be played for someone -- Urist
var/bubbles = 1 //Check if bubbles should be displayed for someone -- Doohl
var/be_alien = 0 //Check if that guy wants to be an alien -- Urist
authenticate = 0
// comment out the line below when debugging locally to enable the options & messages menu
control_freak = 1