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; } -