mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6592 from VOREStation/vchat-rebase
VChat: Redone chat output in Vue.js
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
var/turf/T = get_turf(container)
|
||||
var/list/seen = viewers(4, T)
|
||||
for(var/mob/M in seen)
|
||||
M.show_message("<span class='notice'>\icon[container] [mix_message]</span>", 1)
|
||||
M.show_message("<span class='notice'>[bicon(container)] [mix_message]</span>", 1)
|
||||
playsound(T, reaction_sound, 80, 1)
|
||||
|
||||
//obtains any special data that will be provided to the reaction products
|
||||
|
||||
Reference in New Issue
Block a user