Skip to content

Commit

Permalink
SS has different kill msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fesaa committed Dec 11, 2023
1 parent 6329078 commit 9a39cd5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public StatsTracker(Cubepanion addon) {
this.defaultKillMessages.put(Pattern.compile(
this.userNameRegex + " tried to escape " + this.userNameRegex
+ " by jumping into the void\\." + this.assistRegex), 2);
this.defaultKillMessages.put(Pattern.compile(
this.userNameRegex + " was turned into a snowman by " + this.userNameRegex + "\\."), 2);

// Custom Kill messages
this.customKillMessages.put(Pattern.compile(
Expand Down

0 comments on commit 9a39cd5

Please sign in to comment.