From 48cfcf8ac657965848b713280715754af381d395 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Fri, 30 Dec 2022 11:59:24 +0000 Subject: Puzzle 19: Fix debug info for geodes --- 19.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.1