From 3eb183e11e5f9a51c063ba2370e7dbd199bdf29c Mon Sep 17 00:00:00 2001 From: SiHuan Date: Tue, 11 Aug 2020 22:52:59 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=85=AD=E5=A4=9C=20my=20sakuya?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zzcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzcore.py b/zzcore.py index 3c86f72..da88478 100644 --- a/zzcore.py +++ b/zzcore.py @@ -73,7 +73,7 @@ def mysakuya(self, words): if ('咲' in words and '夜' in words) or ('关' in words and '夜' in words) or ('十' in words and '六' in words and '夜' in words) or ('1' in words and '6' in words and '夜' in words): return False - for sakuya in ['口关夜','十六夜咲夜','十六夜','十六','咲夜','Sakuya','sakuya','Izayoi Sakuya','Izayoi','izayoi','izayoi sakuya']: + for sakuya in ['口关夜','十六夜咲夜','十六夜','十六','咲夜', '夜咲', '六夜','Sakuya','sakuya','Izayoi Sakuya','Izayoi','izayoi','izayoi sakuya']: if sakuya in words: return False