diff --git a/files/helpers/actions.py b/files/helpers/actions.py index cbfd0ba66..7ea26a628 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -63,12 +63,12 @@ def execute_snappy(post:Submission, v:User): if random.random() < 0.5: body = "wow, this lawlzpost sucks!" else: body = "wow, a good lawlzpost for once!" else: - if marseys_const and SNAPPY_QUOTES: + if SNAPPY_MARSEYS and SNAPPY_QUOTES: if IS_FISTMAS() or random.random() > 0.5: SNAPPY_CHOICES = SNAPPY_QUOTES else: - SNAPPY_CHOICES = marseys_const - elif marseys_const: SNAPPY_CHOICES = marseys_const + SNAPPY_CHOICES = SNAPPY_MARSEYS + elif SNAPPY_MARSEYS: SNAPPY_CHOICES = SNAPPY_MARSEYS elif SNAPPY_QUOTES: SNAPPY_CHOICES = SNAPPY_QUOTES else: SNAPPY_CHOICES = [""]