From 532d992b0226b8887dec2cd0987fad1c62cc12d6 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 11 Jun 2015 16:07:22 -0700 Subject: [PATCH] "IT'S ONLY LOGGING, WHAT'S THE WORST THAT COULD HAPPEN???" famous last words merge asap --- code/modules/mining/mine_turfs.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mining/mine_turfs.dm b/code/modules/mining/mine_turfs.dm index 17efc5c62e0..ddfdd96ad9a 100644 --- a/code/modules/mining/mine_turfs.dm +++ b/code/modules/mining/mine_turfs.dm @@ -17,7 +17,7 @@ var/global/list/rockTurfEdgeCache density = 1 blocks_air = 1 temperature = TCMB - var/obj/mineralType = null + var/mineralType = null var/mineralAmt = 3 var/spread = 0 //will the seam spread? var/spreadChance = 0 //the percentual chance of an ore spreading to the neighbouring tiles @@ -449,7 +449,7 @@ var/global/list/rockTurfEdgeCache var/i for (i=0;i