charge for a boulder that fills a pit in shop

Changes to be committed:
	modified:   src/do.c

From the email sent by ais523 earlier:
> You aren't charged for digging a pit below an unpaid boulder
> (causing the boulder to fill the pit).
This commit is contained in:
nhmall
2015-03-11 23:04:02 -04:00
committed by Pasi Kallinen
parent ad1d682751
commit 631005ed03

View File

@@ -179,7 +179,7 @@ const char *verb;
}
}
deltrap(t);
obfree(obj, (struct obj *)0);
useupf(obj, 1L);
bury_objs(x, y);
newsym(x,y);
return TRUE;