The document describes fixes made to prevent players from endlessly throwing rocks by holding down the "K" button in a game. Originally, a timer was used to reset attributes after 0.3 seconds that controlled whether a rock could be thrown and the throwing animation. To instead require the player to release and press the button again, the timer was removed and a rule was added to reset the throw attribute when K is released. However, this stopped the animation from completing. So the rules were separated, with a new timer added to just reset the animation attribute, allowing it to finish while keeping the throw attribute reset until K is pressed again.