Files
Paradise/code/_globalvars/station.dm
T

6 lines
433 B
Plaintext

var/global/datum/datacore/data_core = null
var/CELLRATE = 0.002 // multiplier for watts per tick <> cell storage (eg: .002 means if there is a load of 1000 watts, 20 units will be taken from a cell per second)
var/CHARGELEVEL = 0.001 // Cap for how fast cells charge, as a percentage-per-tick (.001 means cellcharge is capped to 1% per second)
var/map_name = "Unknown" //The name of the map that is loaded. Assigned in world/New()