๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

dww (examples): fix incorrect emoji for steady high score

Ducky e74a5e88 62843e6b

+3 -1
+3 -1
examples/dww.sh
··· 150 150 (( $dw_users_total > $dw_users_max )) && dw_users_max=$dw_users_total 151 151 [[ $dw_dist == "."* ]] && dw_dist="0$dw_dist" 152 152 153 - if (( $dw_users_total >= $dw_users_max )); then 153 + if (( $dw_users_total > $dw_users_max )); then 154 154 change_phrase="$(dww.util.get_change_phrase "high-score")" 155 + elif (( $dw_users_total == $dw_users_max )); then 156 + change_phrase="$(dww.util.get_change_phrase "steady")" 155 157 elif (( $dw_users_active == $dw_users_active_prev )); then 156 158 change_phrase="$(dww.util.get_change_phrase "steady")" 157 159 elif (( $dw_users_active > $dw_users_active_prev )); then