From bd525cc54a911c9824715e690055dfdd815a8e62 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Wed, 1 Jul 2020 00:06:22 +0900 Subject: [PATCH] work through 6/30 --- hammurabi.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hammurabi.c b/hammurabi.c index df11993..5bd922d 100644 --- a/hammurabi.c +++ b/hammurabi.c @@ -24,6 +24,14 @@ v BUG: buying land resulted in REDUCTION of land held |\ |_\_ + ____________________ +( @ +| | +| | +| | +|___________________| +(___________________@ + */ #include #include @@ -536,4 +544,3 @@ setlandprice(void) { landprice = nrand(10) + 17; } -