Resprited the majority of mining ores and turfs, added coal and plat to surface mining, add falloff for edges of asteroid.

This commit is contained in:
Zuhayr
2014-07-20 16:29:18 +09:30
parent c4abe1f5d5
commit 196fd07384
8 changed files with 55 additions and 32 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
icon = 'icons/obj/lighting.dmi'
icon_state = "glowshroomf"
layer = 2.1
l_color = "#003300"
var/endurance = 30
var/potency = 30
var/delay = 1200
@@ -44,7 +46,7 @@
processing_objects += src
SetLuminosity(round(potency/10))
SetLuminosity(round(potency/15))
lastTick = world.timeofday
/obj/effect/glowshroom/Del()