Merge pull request #4584 from CHOMPStation2/upstream-merge-13371

[MIRROR] Fixes in-chat icons being broken in oldchat
This commit is contained in:
Nadyr
2022-07-20 21:12:22 -04:00
committed by GitHub
96 changed files with 362 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"