Fixes in-chat icons being broken in oldchat

This commit is contained in:
Casey
2022-07-20 13:23:47 -04:00
committed by CHOMPStation2
parent 259d1fd47d
commit 48f835f41f
96 changed files with 366 additions and 355 deletions

View File

@@ -51,7 +51,7 @@
if(ore_type) metals[ore_type] += T.resources[metal]
var/message = "[bicon(src)] <span class='notice'>The scanner beeps and displays a readout.</span>"
var/message = "\icon[src][bicon(src)] <span class='notice'>The scanner beeps and displays a readout.</span>"
for(var/ore_type in metals)
var/result = "no sign"