Skip to content

Commit

Permalink
Update oc_rlvextension.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Nov 28, 2023
1 parent 52f1a2d commit a95c6d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/collar/oc_rlvextension.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,19 @@ integer samelist(list a, list b) //Returns TRUE if a and b are identical

list g_lMuffleReplace = [
"p" , "h",
"P" , "H",
"t" , "k",
"T" , "K",
"m" , "n",
"M" , "N",
"o" , "e",
"O" , "E",
"u" , "o",
"U" , "O",
"w" , "o",
"b" , "h"
"W" , "O",
"b" , "h",
"B" , "H"
];

integer g_iMuffleListener;
Expand Down

0 comments on commit a95c6d4

Please sign in to comment.