mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Add Lavaland reagents, fix mine lamp luminosity
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user