mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
30 lines
659 B
Plaintext
30 lines
659 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
|
|
|
|
authenticate = 0
|
|
// comment out the line below when debugging locally to enable the options & messages menu
|
|
control_freak = 1 |