I would have assumed that we only need to call randomize() once to seed the random number generator. For example, maybe just call it in the Global _ready function and then we’re good to go for the rest of the game.
Instead, we seem to be calling randomize before every random number we generate. Is this necessary?