mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-25 08:43:42 +00:00
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
/mob
|
|
var/vantag_hud = 0 // Do I have the HUD enabled?
|
|
var/flying = 0 // Allows flight
|
|
var/mob/temporary_form // For holding onto a temporary form
|
|
|
|
var/disconnect_time = null //Time of client loss, set by Logout(), for timekeeping
|
|
|
|
var/obj/screen/shadekin/darkness/shadekin_dark_display = null
|
|
var/obj/screen/shadekin/energy/shadekin_energy_display = null |