fix warp
[super-star-trek.git] / src / sst.py
index 56a59cd8dc8b8e8ce2365f359f8cf3f38e8071fc..9397ce8319ba5af0935159c8e3a2a38c6bb7bf04 100644 (file)
@@ -3919,7 +3919,6 @@ def setwarp():
             break
        scanner.chew()
        proutn(_("Warp factor- "))
-    scanner.chew()
     if key != "IHREAL":
        huh()
        return
@@ -5748,7 +5747,7 @@ def setpassword():
                break
     else:
         game.passwd = ""
-        for i in range(8):
+        for i in range(3):
            game.passwd += chr(ord('a')+randrange(26))
 
 # Code from sst.c begins here