I GENUINELY cant figure out what broke in my script
The idea is to take 5 from the first number in a list a redistribute it into smaller and smaller chunks throughout a list of four percentages (each percentages standing for the likeliness of an event happening). as the program progresses the likelihood of the later events occur more often. BUT, after around the second usage of this block, it starts just adding the first number to the last number. the list I had used was [100,0,0,0]

