From: Scott Worley Date: Tue, 29 Nov 2011 15:29:11 +0000 (-0800) Subject: Fix sloppiness while considering private planets X-Git-Url: http://git.scottworley.com/planeteer/commitdiff_plain/6918cad2f988fbad7ccf62a21151f0266261d547?ds=sidebyside Fix sloppiness while considering private planets --- 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 */