Items in the timer table are one second off. This occured because I used a zero based index to the floor (many portions require a zero based index), but the code I referenced for generating the timer table takes a one based index, leading to an off by one error.
Items in the timer table are one second off. This occured because I used a zero based index to the floor (many portions require a zero based index), but the code I referenced for generating the timer table takes a one based index, leading to an off by one error.