fixed bug with convert_token and dot

Alright, this is just a bug fix for convert_token and dot.

I think this might stem from copying over the code from CombatData, which is why the return statements are present in the for loop iteration. Replacing them with break allows any scripts after them to execute.

Merge request reports

Loading