mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
//this item is intended to give the effect of entering the mine, so that light gradually fades
|
||||
/obj/effect/light_emitter
|
||||
name = "Light emitter"
|
||||
anchored = TRUE
|
||||
invisibility = 101
|
||||
var/set_luminosity = 8
|
||||
var/set_cap = 0
|
||||
@@ -22,7 +21,6 @@
|
||||
|
||||
/obj/structure/closet/wardrobe/miner
|
||||
name = "mining wardrobe"
|
||||
icon_state = "generic"
|
||||
closed_door_sprite = "mixed"
|
||||
|
||||
/obj/structure/closet/wardrobe/miner/populate_contents()
|
||||
@@ -90,6 +88,5 @@
|
||||
desc = "A mining car. This one doesn't work on rails, but has to be dragged."
|
||||
name = "mining car (not for rails)"
|
||||
icon_state = "miningcar"
|
||||
density = TRUE
|
||||
icon_opened = "miningcar_open"
|
||||
icon_closed = "miningcar"
|
||||
|
||||
Reference in New Issue
Block a user