LttP: make heartbeep off functional again

This commit is contained in:
Fabian Dill 2021-08-29 15:43:16 +02:00
parent a975c8fd00
commit ee03371dd0
1 changed files with 2 additions and 1 deletions

View File

@ -126,9 +126,10 @@ class HeartBeep(Choice):
displayname = "Heart Beep Rate"
option_normal = 0
option_double = 1
option_half = 2,
option_half = 2
option_quarter = 3
option_off = 4
alias_false = 5 # should be removable when interpret_on_off is no longer needed
class HeartColor(Choice):