mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
Update utils.py
This commit is contained in:
+2
-2
@@ -67,8 +67,8 @@ def player_died(text):
|
||||
def player_won(text):
|
||||
lower_text = text.lower()
|
||||
won_phrases = [
|
||||
"live happily ever after",
|
||||
"(you)? live (forever|eternally|for eternity)",
|
||||
"you live happily ever after",
|
||||
"you live (forever|eternally|for eternity)",
|
||||
"you (are|become|turn into) (a)? (deity|god)",
|
||||
"you ((go|get) (in)?to|arrive (at|in)) (heaven|paradise)",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user