This was always the only commit.

This commit is contained in:
Arokha Sieyes
2017-02-17 00:56:53 -05:00
parent 2f9071d08b
commit 8f417de9a3

View File

@@ -67,7 +67,7 @@ var/datum/controller/rogue/rm_controller = new()
//How many zones are we working with here
for(var/area/asteroid/rogue/A in world)
all_zones += new /datum/rogue/zonemaster(A)
decay()
//decay() //Decay removed for now, since people aren't getting high scores as it is.
/datum/controller/rogue/proc/decay(var/manual = 0)
world.log << "RM(stats): DECAY on controller from [difficulty] to [difficulty+(RM_DIFF_DECAY_AMT)] min 100." //DEBUG code for playtest stats gathering.