@ronaldsvilcins PR fix: Adjust revolver from Seven Shooter to Six Shooter 😀
-- if random.randint(0, 6) == 1:
++ if random.randint(1, 6) == 1:
@ronaldsvilcins PR fix: Adjust revolver from Seven Shooter to Six Shooter 😀
-- if random.randint(0, 6) == 1:
++ if random.randint(1, 6) == 1: