work through 6/30

This commit is contained in:
David Meyer 2020-07-01 00:06:22 +09:00
parent e808c8602c
commit bd525cc54a
1 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,14 @@ v BUG: buying land resulted in REDUCTION of land held
|\
|_\_
____________________
( @
| |
| |
| |
|___________________|
(___________________@
*/
#include <u.h>
#include <libc.h>
@ -536,4 +544,3 @@ setlandprice(void)
{
landprice = nrand(10) + 17;
}