diff options
Diffstat (limited to '19.c')
-rw-r--r-- | 19.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |