X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=742e104dbc77a726455b33242193ea97a4d41803;hp=096954711b783ea483b016be6ae9d0ff6a0b98b1;hb=0c5cf86d08ff17e7578232cd5fcbf54fbc9c6be9;hpb=45040cae7248bab04be2096d8f49b2b55de7d855 diff --git a/sst.py b/sst.py index 0969547..742e104 100755 --- a/sst.py +++ b/sst.py @@ -1660,10 +1660,9 @@ def checkshctrl(rpow): def hittem(hits): "Register a phaser hit on Klingons and Romulans." - kk = 0 w = Coord() skip(1) - for (k, wham) in enumerate(hits): + for (kk, wham) in enumerate(hits): if wham==0: continue dustfac = randreal(0.9, 1.0)