You have a mistake on line `646` in the date-sans file. It's supposed to be
` if persistent.sansroom == True:`. You are missing an equals sign.
Hey there's a bug in Synrec_Timer_Circle. A few of your array indexing functions have spaces at the end where there shouldn't be any; thus causing it to not have the correct sprite in time for the first attack.
Like below.
```
let background = data['Gauge Background '];
let valid_area = data['Gauge Valid '];
let selector = data['Gauge Selector '];
```