mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
MORE progress.
This commit is contained in:
@@ -13,6 +13,8 @@ var/datum/controller/rogue/rm_controller = new()
|
||||
//The current mining zone that the shuttle goes to and whatnot
|
||||
var/area/current
|
||||
|
||||
var/debugging = 0
|
||||
|
||||
/datum/controller/rogue/New()
|
||||
//How many zones are we working with here
|
||||
for(var/area/asteroid/rogue/A in world)
|
||||
@@ -23,4 +25,9 @@ var/datum/controller/rogue/rm_controller = new()
|
||||
if(!manual) //If it was called manually somehow, then don't start the timer, just decay now.
|
||||
spawn(RM_DIFF_DECAY_TIME)
|
||||
decay()
|
||||
return difficulty
|
||||
return difficulty
|
||||
|
||||
/datum/controller/rogue/proc/dbg(var/message)
|
||||
ASSERT(message) //I want a stack trace if there's no message
|
||||
if(debugging)
|
||||
world << "<span class='warning'>[message]</span>"
|
||||
Reference in New Issue
Block a user