diff --git a/storm_warning.ic10 b/storm_warning.ic10 index c165d55..e81e0a0 100644 --- a/storm_warning.ic10 +++ b/storm_warning.ic10 @@ -19,6 +19,7 @@ s siren Mode 10 # nice siren sound start: l storm_mode weather Mode # check weather s announcer On 0 # reset announcer +yield beq storm_mode 1 countdown # countdown if incoming j start # else return to start @@ -37,5 +38,6 @@ sgt siren_high minutes 2 # got more than 2m59s? slt siren_low minutes 1 # got less than 60s? nor siren_on siren_high siren_low # sound siren? s siren On siren_on # start siren if 1