X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=33249cfc555a39a19ea01ac08813f980ae7a3468;hp=e1a3b1513eaf3c72b74c3dc9787e4f2ee1b4c004;hb=e3fd0f24d95e530878bf869025ee5993f8f3f392;hpb=94623eb1f339928270ccf28ce22d67032a06b428 diff --git a/sst.py b/sst.py index e1a3b15..33249cf 100755 --- a/sst.py +++ b/sst.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ sst.py -- Super Star Trek 2K @@ -31,7 +31,7 @@ try: except NameError: my_input = input -version = "2.4" +version = "2.5" docpath = (".", "doc/", "/usr/share/doc/sst/") @@ -6054,6 +6054,7 @@ def newqad(): game.iplnet = None game.neutz = game.inorbit = game.landed = False game.ientesc = game.iseenit = game.isviolreported = False + game.tholian = None # Create a blank quadrant game.quad = fill2d(QUADSIZE, lambda i, j: '.') if game.iscate: