Icon Fixes

This commit is contained in:
Fox-McCloud
2017-06-30 03:21:12 -04:00
parent 52af2d8c0e
commit 426c39ef3f
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
found = 1
break
if(!found)
to_chat(usr, "\icon[src]<span class=notice>The conveyor switch did not detect any linked conveyor belts in range.</span>")
to_chat(usr, "<span class=notice>[bicon(src)] The conveyor switch did not detect any linked conveyor belts in range.</span>")
return
var/obj/machinery/conveyor_switch/NC = new/obj/machinery/conveyor_switch(A, id)
transfer_fingerprints_to(NC)