[MIRROR] Minor pray verb improvements (#6851)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-22 00:02:19 -07:00
committed by GitHub
parent a485de4f69
commit a8e84c5257
4 changed files with 20 additions and 7 deletions

View File

@@ -184,6 +184,14 @@ function start_vue() {
required: false,
admin: false
},
{
matches: ".filter_pray",
becomes: "vc_pray",
pretty: "Pray",
tooltip: "Prayer messages",
required: false,
admin: false
},
{
matches: ".ooc, .filter_ooc",
becomes: "vc_globalooc",

File diff suppressed because one or more lines are too long