diff --git a/code/datums/wires/wires.dm b/code/datums/wires/wires.dm index 26feaefe47a..5121b39dbe4 100644 --- a/code/datums/wires/wires.dm +++ b/code/datums/wires/wires.dm @@ -97,6 +97,9 @@ var/list/wireColours = list("red", "blue", "green", "white", "orange", "brown", html += " [IsAttached(colour) ? "Detach" : "Attach"] Signaller" html += "" html += "" + + if (random) + html += "\The [holder] appears to have tamper-resistant electronics installed.

" //maybe this could be more generic? return html