瀏覽代碼

Change length requirement

master
Noëlle 3 年之前
父節點
當前提交
4545d13577
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py 查看文件

@@ -512,7 +512,7 @@ class Campaign:

def decode_key(self, pw):
densePwd = pw.replace(" ", "")
if len(densePwd) != 84:
if len(densePwd) != 84 and (densePwd not in ["PACKTACTICS!", "JUSTINBAILEY", "NARPASSWORD"]):
print("This password is not valid. If this is a password that this generator created, please email noelle@noelle.codes and let me know.")
sys.exit(0)
if densePwd[:12] == "PACKTACTICS!":

Loading…
取消
儲存