| 944 | 😟 | Bug | I believe I have found a bug in the Pick Up Item and Drop Off Item steps. The hover over text says that it will attempt to pick up / drop off the number given. I set up a signal so that a building requests a number (say, 20), I subtract the number I currently have (say, 4), then I try to pick up that number (16). Instead of ending up with 20, I end up with 16. Likewise, I drop off the number that the building requests. If the building already has some (say, 3), and I try to drop off 20, I only drop off the difference (17). In both cases, it appears that the pick up and drop off amounts are the total amount that will be present after pick up / drop off, not the number that are being picked up / dropped off. | | 2023-08-20 23:05:23 |