mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
24 lines
512 B
Plaintext
24 lines
512 B
Plaintext
/**********************Input and output plates**************************/
|
|
|
|
/obj/machinery/mineral/input
|
|
icon = 'icons/mob/screen1.dmi'
|
|
icon_state = "x2"
|
|
name = "Input area"
|
|
density = FALSE
|
|
anchored = TRUE
|
|
|
|
/obj/machinery/mineral/input/Initialize(mapload)
|
|
. = ..()
|
|
icon_state = "blank"
|
|
|
|
/obj/machinery/mineral/output
|
|
icon = 'icons/mob/screen1.dmi'
|
|
icon_state = "x"
|
|
name = "Output area"
|
|
density = FALSE
|
|
anchored = TRUE
|
|
|
|
/obj/machinery/mineral/output/Initialize(mapload)
|
|
. = ..()
|
|
icon_state = "blank"
|