Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenStyle committed Nov 28, 2024
1 parent 21e17dd commit 0ec5e61
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ private void OnAccent(EntityUid uid, OhioAccentComponent component, ref AccentGe
args.Message = Accentuate("ohio", "accent-ohio-prefix-", "accent-ohio-suffix-", args);
}

private void OnAccentBrainrot(EntityUid uid, OhioBrainrotAccentComponent component, ref AccentGetEvent args)
{
args.Message = Accentuate("ohioBrainrot", "accent-ohio-brainrot-prefix-", "accent-ohio-brainrot-suffix-", args);
}
//private void OnAccentBrainrot(EntityUid uid, OhioBrainrotAccentComponent component, ref AccentGetEvent args)
//{
// args.Message = Accentuate("ohioBrainrot", "accent-ohio-brainrot-prefix-", "accent-ohio-brainrot-suffix-", args);
//}

private string Accentuate(string accentName, string prefix, string suffix, AccentGetEvent args) {
var message = args.Message;
Expand Down

0 comments on commit 0ec5e61

Please sign in to comment.