If Increment returns a list with only [0], then there is an edge case where the code will return no actions are possible. To resolve this, there should be a check that ensures low >= 1 when the number type is int. There also should be a check to prevent get_action_list from returning an empty list.