|
@@ -245,6 +245,13 @@ class GameData(object):
|
|
|
)
|
|
|
)
|
|
|
return True
|
|
|
+ else:
|
|
|
+ log.warn(
|
|
|
+ "port_buying( {0}, {1}): No, units < 40 {2}".format(
|
|
|
+ sector, cargo, port[cargo_key]["sale"]
|
|
|
+ )
|
|
|
+ )
|
|
|
+ return False
|
|
|
else:
|
|
|
log.warn(
|
|
|
"port_buying( {0}, {1}): Yes, buying (but values unknown)".format(
|