mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
15 lines
612 B
Plaintext
15 lines
612 B
Plaintext
var/global/obj/effect/overlay/plmaster = null // atmospheric overlay for plasma
|
|
var/global/obj/effect/overlay/slmaster = null // atmospheric overlay for sleeping gas
|
|
var/admin_notice = null // Admin notice that all clients see when joining the server
|
|
|
|
|
|
// nanomanager, the manager for Nano UIs
|
|
var/datum/nanomanager/nanomanager = new()
|
|
|
|
var/timezoneOffset = 0 // The difference betwen midnight (of the host computer) and 0 world.ticks.
|
|
|
|
// For FTP requests. (i.e. downloading runtime logs.)
|
|
// However it'd be ok to use for accessing attack logs and such too, which are even laggier.
|
|
var/fileaccess_timer = 0
|
|
|