Files
Bubberstation/code/_globalvars/misc.dm
Aranclanos 1ee59747c4 Merge pull request #1940 from YotaXP/HTML-Entities-and-Timestamps
NTSL, parrots, and ID consoles hate apostrophes less.
2013-12-10 04:53:09 -08:00

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