From 4bb6eecb17445ed300c208301c3221315ce727e7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 01:40:57 +0200 Subject: [PATCH] new rare carp snappy reply (idea by tax) --- files/helpers/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 832f7900f..e5fb5b627 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -39,6 +39,7 @@ def execute_snappy(post, v): body = random.choice(christian_emojis) elif v.id == CARP_ID: if random.random() < 0.02: body = "i love you carp" + elif random.random() < 0.02: body = "![](/images/16614707883108485.webp)" else: body = ":#marseyfuckoffcarp:" elif v.id == LAWLZ_ID: if random.random() < 0.5: body = "wow, this lawlzpost sucks!"