restore heymoon consistent queen phrase

pull/225/head
Aevann 2024-02-21 22:17:46 +02:00
parent 0fd121c22f
commit f59d35ccbd
1 changed files with 2 additions and 0 deletions

View File

@ -28,7 +28,9 @@ def queenify_tag_string(string):
if string[-5:] == ', and':
string = string[:-5]
random.seed(string)
if random.random() < 0.5:
random.seed(string)
girl_phrase = random.choice(GIRL_PHRASES)
string = girl_phrase.replace("$", string)