The wire datum UI now indicates if the wires have been randomized.

This commit is contained in:
mwerezak
2014-12-04 16:49:18 -05:00
parent 58f227ec69
commit 674817ff0b
+3
View File
@@ -97,6 +97,9 @@ var/list/wireColours = list("red", "blue", "green", "white", "orange", "brown",
html += " <A href='?src=\ref[src];action=1;attach=[colour]'>[IsAttached(colour) ? "Detach" : "Attach"] Signaller</A></td></tr>"
html += "</table>"
html += "</div>"
if (random)
html += "<i>\The [holder] appears to have tamper-resistant electronics installed.</i><br><br>" //maybe this could be more generic?
return html