Sorry bandit. You never HAD thoseextra spins or the retrigger..
The first scatter glitched out and then the front end got confused about its state.
With big time gaming games – each spin you do, the game requests the outcome from the server and gets a response back for each spin even on the bonus.
The Game receives this data and makes decisions about what to display.
Its pretty dumb, but sometimes the game front end is expected to maintain a record of what has changed, between games (though it shouldnt) This is a bug in the front end- as it corrected when the next spin came through.
So the app erroneously showed the countdown and re-trigger animation BECAUSE the countdown hit 0, and that’s the only trigger for those things. (within the front end). When the app recieved the first spin after the retrigger , it corrected its state.
To see what the server is sending for the game –
Right click on the web page – choose inspect, then click on the tab labelled ‘Network’ then choose ‘XHR’.
This will list the requests the site makes to the game server (and sometimes others), you may need to filter these out.
Then if you click on the item, you can check what data the server has sent for the game.
Red tiger games get the whole bonus delivered in one go – this is why you cant bonus hunt Red Tigers. (as it just shows the win at the end).
Bug on the front end pure and simple, lucky you got paid at all – malfunction voids pays and plays 😉