Рандомфиксы (#590)

* remove brainrot from owo accent

* convert sounds to mono

* fix double cmo pants
This commit is contained in:
ThereDrD
2024-08-09 00:47:18 +03:00
committed by GitHub
parent e01a47b089
commit 2b9e5e2437
8 changed files with 2 additions and 21 deletions

View File

@@ -5,20 +5,10 @@ namespace Content.Server.Speech.EntitySystems
{
public sealed class OwOAccentSystem : EntitySystem
{
[Dependency] private readonly IRobustRandom _random = default!;
private static readonly IReadOnlyList<string> Faces = new List<string>{
//WD-EDIT
" (`ω´)", " ;;w;;", " owo", " UwU", " >w<", " ^w^"
//WD-EDIT
}.AsReadOnly();
private static readonly IReadOnlyDictionary<string, string> SpecialWords = new Dictionary<string, string>()
{
{ "you", "wu" },
//WD-EDIT
{ "ты", "ти" }
//WD-EDIT
{ "ты", "ти" } // WD
};
public override void Initialize()
@@ -33,8 +23,7 @@ namespace Content.Server.Speech.EntitySystems
message = message.Replace(word, repl);
}
return message.Replace("!", _random.Pick(Faces))
.Replace("r", "w").Replace("R", "W")
return message.Replace("r", "w").Replace("R", "W")
.Replace("l", "w").Replace("L", "W")
//WD-EDIT

Binary file not shown.

View File

@@ -536,14 +536,6 @@
equipment:
underwearb: ClothingUnderwearBottomPantiesCMO
- type: itemLoadout # WD
id: CMOPanties
equipment: CMOPanties
- type: startingGear
id: CMOPanties
equipment:
underwearb: ClothingUnderwearBottomPantiesCMO
- type: itemLoadout # WD
id: HOPBoxers
equipment: HOPBoxers