From 8083dcb0ec0693dd5112ba89f4b40f6bd86cb89d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Dec 2010 06:20:27 -0500 Subject: [PATCH 1/1] Typo fix. --- sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst.py b/sst.py index 064eba1..966795c 100755 --- a/sst.py +++ b/sst.py @@ -416,7 +416,7 @@ def randreal(*args): def welcoming(iq): "Would this quadrant welcome another Klingon?" - return iq.valid_Quadrant() and \ + return iq.valid_quadrant() and \ not game.state.galaxy[iq.i][iq.j].supernova and \ game.state.galaxy[iq.i][iq.j].klingons < MAXKLQUAD -- 2.31.1