//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31 /datum/data var/name = "data" var/size = 1.0 /datum/data/function name = "function" size = 2.0 /datum/data/function/data_control name = "data control" /datum/data/function/id_changer name = "id changer" /datum/data/record name = "record" size = 5.0 var/list/fields = list( ) /datum/data/text name = "text" var/data = null /datum/powernet var/list/cables = list() // all cables & junctions var/list/nodes = list() // all connected machines var/load = 0 // the current load on the powernet, increased by each machine at processing var/newavail = 0 // what available power was gathered last tick, then becomes... var/avail = 0 //...the current available power in the powernet var/viewload = 0 // the load as it appears on the power console (gradually updated) var/number = 0 // Unused //TODEL var/netexcess = 0 // excess power on the powernet (typically avail-load) /datum/debug var/list/debuglist