Comment typofixes, pt 3
This commit is contained in:
@@ -839,7 +839,7 @@ skip0:
|
||||
/* put box/chest inside;
|
||||
* 40% chance for at least 1 box, regardless of number
|
||||
* of rooms; about 5 - 7.5% for 2 boxes, least likely
|
||||
* when few rooms; chance for 3 or more is neglible.
|
||||
* when few rooms; chance for 3 or more is negligible.
|
||||
*/
|
||||
if (!rn2(nroom * 5 / 2))
|
||||
(void) mksobj_at((rn2(3)) ? LARGE_BOX : CHEST, somex(croom),
|
||||
|
||||
Reference in New Issue
Block a user