Well, I haven't really used the woodcutter (I don't exactly need one right now...), so either SRL is being stupid for me, or its just not checking in the right places?
Edit: also thought i should include the fact that this always happens while i'm searching for a rock (so perhaps i get the random right after the previous rock was mined?) Maybe add a chance of searching for a random while searching for the rock/object in general?
something like
SCAR Code:
if (random(100) >= 25) then
MSI_Antirandoms;
or thereabouts. 25 being a 25 percent chance of doing the check.