acidia: nope, Iām referring to how in ot_public_works, youāve got this:
for (int j = 0; j <= rng(1, 3); j++) {
spawn_item(21, 2, g->itypes["log"], 0);}
for (int j = 0; j <= rng(1, 10); j++) {
spawn_item(15, 2, g->itypes["pipe"], 0);}
for (int j = 0; j <= rng(1, 7); j++) {
spawn_item(4, 2, g->itypes["glass_sheet"], 0);}
for (int j = 0; j <= rng(1, 20); j++) {
spawn_item(16, 5, g->itypes["2x4"], 0);}
for (int j = 0; j <= rng(1, 20); j++) {
spawn_item(16, 7, g->itypes["2x4"], 0);}
I addressed that in PR #1220, but figured Iād give you a heads up as well. Using rng the way you do in those two lines you posted is fine, of course :).
[quote=āKA101, post:126, topic:913ā]Someone was talking about a way to check oneās mutation-trend. Any progress on that?
(If not, thatās OK as even the debug menu didnāt, last I checked. Beat the debug menu!)[/quote]
That does sound like an interesting idea, and would make for some added lab utility.