Merge pull request #4597 from VOREStation/upstream-merge-5786

[MIRROR] Fixes issue #5788.
This commit is contained in:
Novacat
2019-03-27 03:03:40 -04:00
committed by GitHub

View File

@@ -300,7 +300,7 @@
text_output += "\an [name]"
else
text_output += "\an ["\improper[initial_name]"] labeled '[name]'"
text_output += " which is currently [get_pin_data(IC_INPUT, 1) ? "lit <font color=[led_color]><EFBFBD></font>" : "unlit."]"
text_output += " which is currently [get_pin_data(IC_INPUT, 1) ? "lit <font color=[led_color]>¤</font>" : "unlit."]"
to_chat(user,jointext(text_output,null))
/obj/item/integrated_circuit/output/led/red
@@ -462,8 +462,7 @@
/obj/item/integrated_circuit/output/holographic_projector/proc/destroy_hologram()
hologram.forceMove(src)
qdel(hologram)
QDEL_NULL(hologram)
// holo_beam.End()
// QDEL_NULL(holo_beam)