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
+1 -1
View File
@@ -173,7 +173,7 @@
/obj/item/weapon/reagent_containers/food/snacks/ash_flora/mushroom_cap
name = "mushroom cap"
desc = "The cap of a large mushroom."
list_reagents = list("mindbreaker" = 2, "entpoly" = 4, "mushroomhallucinogen" = 2)
list_reagents = list("lsd" = 2, "entpoly" = 4, "psilocybin" = 2)
icon_state = "mushroom_cap"
/obj/item/weapon/reagent_containers/food/snacks/ash_flora/mushroom_stem
+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"