When you enter the repair command for a digger there is a repair bid given in tokens and bolts that is randomized in a range. If the user has the required items, they are asked if they would like to do the repair. If the user does not have enough of either required item or the user answers no when asked if they would like to do the repair, the command is exited. The user can then use the repair command again and get a new estimate with different random amounts. The user could continue to decline until they get the lowest possible bid.
We need to add a feature that will attach the repair bid given to repair the broken digger to the digger object until the repairs are completed at the given price.
When you enter the repair command for a digger there is a repair bid given in tokens and bolts that is randomized in a range. If the user has the required items, they are asked if they would like to do the repair. If the user does not have enough of either required item or the user answers no when asked if they would like to do the repair, the command is exited. The user can then use the repair command again and get a new estimate with different random amounts. The user could continue to decline until they get the lowest possible bid.
We need to add a feature that will attach the repair bid given to repair the broken digger to the digger object until the repairs are completed at the given price.