Skip to content

Commit

Permalink
LITERALLY A SINGULAR FUCKING REGEX WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Dec 22, 2023
1 parent bc58769 commit 37a9ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MenuItemDisplayOverlayPlayerAdvanced : AbstractMenuStackSize() {
private val holyHeckJerryIsMayorItemNamePattern = (("JERRY IS MAYOR.*").toPattern())
private val mayorBlankItemNamePattern = (("Mayor .*").toPattern())
private val perkpocalypsePerksLoreLinePattern = (("^(§.)Perkpocalypse Perks:\$").toPattern())
private val thesePerksAreAvailableToAllPlayersUntilNextElectionLoremIpsumLoreLinePattern = (("§7(players until the closing of|until the closing of the next)").toPattern())
private val thesePerksAreAvailableToAllPlayersUntilNextElectionLoremIpsumLoreLinePattern = (("§7(?<apparentlyINeedThisNow>[A-z]+ )?(players until the closing of|until the closing of the next)").toPattern())
private val isNotMayorJerryItemNamePattern = ((".*(?<! Jerry)\$").toPattern())
private val isBazaarChestNamePattern = (("Bazaar.*").toPattern())
private val thereIsStuffToClaimFromBazaarLoreLinePattern = ((".*to claim!").toPattern())
Expand Down

0 comments on commit 37a9ec3

Please sign in to comment.