From 16df903fed76827196ea0729d9db7e8d024a8876 Mon Sep 17 00:00:00 2001 From: Hmmmmtest122 <133799408+Hmmmmtest122@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:35:21 +0300 Subject: [PATCH] add 420 --- index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.js b/index.js index becf118..ccb19ad 100644 --- a/index.js +++ b/index.js @@ -202,6 +202,17 @@ const eventsTable = [ playFart(evilFart); } }, + + { + onCount: 420, + action: () => { + clickMe.disabled = true; + clickMe.innerText("420"); + playFart(critFart, true) + } + }, + + { onCount: 667, action: thatsItForNow,