11-29-2014, 02:08 AM
My best guess is that it has something to do with the pill bottles themselves; specifically, the threshold when the bottle description changes from "there are X pills inside" to "there are countless pills inside" at about 16. In code speak, it feels like a switch statement with a missing break somewhere.
A known bug but frustrating to replicate.
Worth noting in regards to pill bottles: you can mix and match pills in them, they'll come out in a FIFO fashion, so the data for the individual pills has to be stored somewhere. Something is touching it.
A known bug but frustrating to replicate.
Worth noting in regards to pill bottles: you can mix and match pills in them, they'll come out in a FIFO fashion, so the data for the individual pills has to be stored somewhere. Something is touching it.