mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user