Fixes shells having a heartbeat on medhud (#7678)

God, I fucking hate shells for making me do this, but there's like no other way to do it.
This commit is contained in:
Matt Atlas
2019-12-16 20:13:47 +01:00
committed by Erki
parent 56944f778e
commit 22cca56c2f
2 changed files with 43 additions and 0 deletions
@@ -1154,6 +1154,8 @@
holder.icon_state = "0" // X_X
else if(is_asystole())
holder.icon_state = "flatline"
else if(isFBP(src))
holder.icon_state = "2"
else
holder.icon_state = "[pulse()]"
hud_list[HEALTH_HUD] = holder