mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 12:01:47 +00:00
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
|
|
|
|
/datum/powernet
|
|
var/list/cables = list() // all cables & junctions
|
|
var/list/nodes = list() // all APCs & sources
|
|
|
|
var/newload = 0
|
|
var/load = 0
|
|
var/newavail = 0
|
|
var/avail = 0
|
|
var/viewload = 0
|
|
var/number = 0
|
|
var/perapc = 0 // per-apc avilability
|
|
var/netexcess = 0
|
|
|
|
|
|
|
|
/datum/debug
|
|
var/list/debuglist |