Share expired timers
fstenstrom opened this issue ยท 2 comments
A new feature would be to share expired timers. Before doing this, the following capabilities need to be added:
- Show total time since death, or maybe "t_since_death / t_respawn_tot" + "t_since_death % t_respawn_tot", i.e. cycles + remaning time
- Make sure that all received timers only are added if the new time is "fresher" than the current one (and maybe other checks)