Merge pull request #9909 from Iamgoofball/patch-79

"IT'S ONLY LOGGING, WHAT'S THE WORST THAT COULD HAPPEN???"
This commit is contained in:
Razharas
2015-06-13 04:15:04 +03:00
+3 -3
View File
@@ -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<mineralAmt;i++)
new mineralType(src)
feedback_add_details("ore_mined","[mineralType.name]|[mineralAmt]")
feedback_add_details("ore_mined","[mineralType]|[mineralAmt]")
var/turf/simulated/floor/plating/asteroid/airless/N = ChangeTurf(/turf/simulated/floor/plating/asteroid/airless)
playsound(src, 'sound/effects/break_stone.ogg', 50, 1) //beautiful destruction
N.fullUpdateMineralOverlays()
@@ -636,4 +636,4 @@ var/global/list/rockTurfEdgeCache
#undef NORTH_EDGING
#undef SOUTH_EDGING
#undef EAST_EDGING
#undef WEST_EDGING
#undef WEST_EDGING