Removes shell fake BPM + blood oxygenation. (#9162)

This commit is contained in:
Matt Atlas
2020-06-21 12:25:46 +02:00
committed by GitHub
parent 55d784cf79
commit c9ada1ff1d
4 changed files with 46 additions and 13 deletions

View File

@@ -1160,8 +1160,6 @@
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