From 8f417de9a3ba2e5289415738ca0eb84f0818d965 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 17 Feb 2017 00:56:53 -0500 Subject: [PATCH] This was always the only commit. --- code/modules/rogueminer_vr/controller.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/rogueminer_vr/controller.dm b/code/modules/rogueminer_vr/controller.dm index 3a4e7305c6..1ee3e5fd70 100644 --- a/code/modules/rogueminer_vr/controller.dm +++ b/code/modules/rogueminer_vr/controller.dm @@ -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.