summaryrefslogtreecommitdiff
path: root/19.c
diff options
context:
space:
mode:
Diffstat (limited to '19.c')
-rw-r--r--19.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/19.c b/19.c
index e4d52f7..5be2d15 100644
--- a/19.c
+++ b/19.c
@@ -171,7 +171,7 @@ inventory_build_basic(struct inventory * i, struct blueprint const * b, int rema
i->ore.amount, i->ore.robots,
i->clay.amount, i->clay.robots,
i->bsdn.amount, i->bsdn.robots,
- i->bsdn.amount, i->bsdn.robots);
+ i->geod.amount, i->geod.robots);
}
}