Merge pull request #6592 from VOREStation/vchat-rebase

VChat: Redone chat output in Vue.js
This commit is contained in:
Novacat
2020-03-01 10:51:29 -05:00
committed by GitHub
138 changed files with 15212 additions and 1745 deletions

View File

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