Merge pull request #9692 from Ghommie/Ghommie-cit309

Unmodularize cargo console, disposal bin, lighting bulbs/tubes and alien nest ruin.
This commit is contained in:
kevinz000
2019-11-14 15:48:34 -07:00
committed by GitHub
9 changed files with 23 additions and 40 deletions
+3 -4
View File
@@ -177,8 +177,6 @@
fixture_type = "bulb"
sheets_refunded = 1
// the standard tube light fixture
/obj/machinery/light
name = "light fixture"
@@ -197,8 +195,8 @@
var/on_gs = FALSE
var/static_power_used = 0
var/brightness = 8 // luminosity when on, also used in power calculation
var/bulb_power = 1 // basically the alpha of the emitted light source
var/bulb_colour = "#FFFFFF" // befault colour of the light.
var/bulb_power = 0.75 // basically the alpha of the emitted light source
var/bulb_colour = "#FFEEDD" // befault colour of the light.
var/status = LIGHT_OK // LIGHT_OK, _EMPTY, _BURNED or _BROKEN
var/flickering = FALSE
var/light_type = /obj/item/light/tube // the type of light item
@@ -235,6 +233,7 @@
base_state = "bulb"
fitting = "bulb"
brightness = 4
bulb_colour = "#FFDDBB"
desc = "A small lighting fixture."
light_type = /obj/item/light/bulb