There have been some game updates since last upload. Would you add comments in the source code to which lines you edited, so we can make a patch ahead of time manually if necessary? It involved copying the original drill.lua over and editing the lines again, since we're unsure something was changed in it.
Edit: I can guess, made copy of the file with this at line 139: backwall:setQuantity(drill.position, tile.quantity)
Original file reduced quantity by -1. You should be able to comment the whole line though with -- at the beginning.
4 comments
Edit: I can guess, made copy of the file with this at line 139:
backwall:setQuantity(drill.position, tile.quantity)
Original file reduced quantity by -1. You should be able to comment the whole line though with -- at the beginning.