Parcourir la source

Add printPassword

master
Noëlle Anthony il y a 5 ans
Parent
révision
2a7d96c18a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      metroidgen.py

+ 4
- 0
metroidgen.py Voir le fichier

@@ -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!
"""

Chargement…
Annuler
Enregistrer