Shiny Wall Fixtures (#8788)

Some of the wall fixtures now glow in the dark, as they have bright cyan screens.
    ATMs now gain an overlay when a card is inserted.
This commit is contained in:
Geeves
2020-05-04 17:57:14 +02:00
committed by GitHub
parent 0258f6e27c
commit 541a1b493c
8 changed files with 90 additions and 25 deletions
@@ -21,6 +21,12 @@
var/waste = 0
var/idx = 0
/obj/machinery/mineral/processing_unit_console/Initialize(mapload, d, populate_components)
. = ..()
var/mutable_appearance/screen_overlay = mutable_appearance(icon, "console-screen", EFFECTS_ABOVE_LIGHTING_LAYER)
add_overlay(screen_overlay)
set_light(1.4, 1, COLOR_CYAN)
/obj/machinery/mineral/processing_unit_console/proc/setup_machine(mob/user)
if(!machine)
var/area/A = get_area(src)