瀏覽代碼

Add printPassword

master
Noëlle Anthony 5 年之前
父節點
當前提交
2a7d96c18a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      metroidgen.py

+ 4
- 0
metroidgen.py 查看文件

@@ -400,6 +400,10 @@ class MetroidState:
pw = "Password: {}".format(self.password)
return "\n".join([ic, mt, et, zb, kb, rs, sw, sl, dr, ms, pw])

def printPassword(self):
print(self.password)
return self.password

def randomize(self):
""" The randomizer!
"""

Loading…
取消
儲存