Name: Anonymous 2009-11-23 8:09
nshops = ((temp_rand > 28) ? 0 : // 76.8%
(temp_rand > 4) ? 1 // 19.2%
: random_range(1, MAX_RANDOM_SHOPS)); // 0.4%
hello /prog/
how do I increase the number of shops that are generated in DCSS?
(temp_rand > 4) ? 1 // 19.2%
: random_range(1, MAX_RANDOM_SHOPS)); // 0.4%
hello /prog/
how do I increase the number of shops that are generated in DCSS?