Add Lavaland reagents, fix mine lamp luminosity

This commit is contained in:
Markolie
2017-01-20 23:35:56 +01:00
parent edf86ec978
commit 915ff13bfb
3 changed files with 52 additions and 9 deletions
+3 -7
View File
@@ -6,12 +6,8 @@
anchored = 1
invisibility = 101
unacidable = 1
var/set_light = 8
var/set_cap = 0
/obj/effect/light_emitter/New()
..()
set_light(set_light, set_cap)
light_range = 8
light_power = 0
/**********************Miner Lockers**************************/
@@ -95,7 +91,7 @@
var/excavation_amount = 100
/obj/item/weapon/pickaxe/proc/playDigSound()
playsound(src, pick(digsound),20,1)
playsound(src, pick(digsound),20,1)
/obj/item/weapon/pickaxe/silver
name = "silver-plated pickaxe"