mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #4597 from VOREStation/upstream-merge-5786
[MIRROR] Fixes issue #5788.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user