Added preliminary skeleton for zone control console, and timeout.

This commit is contained in:
Leshana
2017-02-13 21:57:41 -05:00
parent c47a2cae13
commit 7ebe3fc6d2
3 changed files with 122 additions and 5 deletions
+4 -1
View File
@@ -32,7 +32,10 @@ var/datum/controller/rogue/rm_controller = new()
var/diffstep = 1
//The current mining zone that the shuttle goes to and whatnot
var/area/current
var/datum/rogue/zonemaster/current = null
// The world.time at which the scanner was last run (for cooldown)
var/last_scan = 0
var/debugging = 0