From 6918cad2f988fbad7ccf62a21151f0266261d547 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 29 Nov 2011 07:29:11 -0800 Subject: [PATCH] Fix sloppiness while considering private planets --- planeteer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/planeteer.go b/planeteer.go index cf68301..cfde30f 100644 --- a/planeteer.go +++ b/planeteer.go @@ -426,6 +426,7 @@ func CellValue(data planet_data, dims []int, table []State, addr []int) int32 { } } } + other[Traded] = addr[Traded] } /* Buy a Device of Cloaking */ -- 2.44.1