Merge pull request #9628 from Cyantime/patch-5

Includes subtles in Local Chat vchat filter
This commit is contained in:
Novacat
2021-01-31 10:53:12 -05:00
committed by Chompstation Bot
parent 710c6b5021
commit 2de1f5aef0

View File

@@ -137,7 +137,7 @@ function start_vue() {
//The table to map game css classes to our vchat categories
type_table: [
{
matches: ".filter_say, .say, .emote",
matches: ".filter_say, .say, .emote, .emote_subtle", //VOREStation Edit
becomes: "vc_localchat",
pretty: "Local Chat",
tooltip: "In-character local messages (say, emote, etc)",