From 53c0619080bae6b03121d5f7bf24f4bd25260f61 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 24 Feb 2024 19:03:32 -0800 Subject: [PATCH] feat: add bullying rohan --- client/src/lib/Sequences/sequences.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/lib/Sequences/sequences.ts b/client/src/lib/Sequences/sequences.ts index cf95f9f..937722f 100644 --- a/client/src/lib/Sequences/sequences.ts +++ b/client/src/lib/Sequences/sequences.ts @@ -89,6 +89,7 @@ const periodicSequence = async () => { every(10, () => { if (chance(0.2)) breaching1323Sequence() else if (chance(0.2)) breaching254Sequence() + else if (chance(0.05)) bullyingRohanSequence() }) // Dont touch @@ -137,7 +138,7 @@ export const retardSequence = async () => { }) } -export const breaching254Sequence = async () => { +const breaching254Sequence = async () => { if (get(settingsStore).disableAnnoyances) return await tick() Notifications.warn('Breaching 254 mainframe', { @@ -146,7 +147,7 @@ export const breaching254Sequence = async () => { }) } -export const breaching1323Sequence = async () => { +const breaching1323Sequence = async () => { if (get(settingsStore).disableAnnoyances) return await tick() Notifications.warn('Breaching 1323 mainframe', { @@ -155,7 +156,7 @@ export const breaching1323Sequence = async () => { }) } -export const bullyingRohanSequence = async () => { +const bullyingRohanSequence = async () => { if (get(settingsStore).disableAnnoyances) return await tick() Notifications.info('Bullying Rohan', {