Explorar el Código

Add printPassword

master
Noëlle Anthony hace 5 años
padre
commit
2a7d96c18a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      metroidgen.py

+ 4
- 0
metroidgen.py Ver fichero

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

Cargando…
Cancelar
Guardar