diff options
author | Adam Spragg <adam@spra.gg> | 2022-12-30 11:59:24 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-12-30 11:59:24 +0000 |
commit | 48cfcf8ac657965848b713280715754af381d395 (patch) | |
tree | c4449dce2a3e860cd68a7f9fd77acc95a5589597 | |
parent | ffc49a59a17ae685b632cf98a341b20fff545239 (diff) |
Puzzle 19: Fix debug info for geodes
-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); } } |