|
|
@ -722,10 +722,10 @@ EVENTS = { |
|
|
|
|
|
|
|
|
|
|
|
EventName.reverseGear: { |
|
|
|
EventName.reverseGear: { |
|
|
|
ET.PERMANENT: Alert( |
|
|
|
ET.PERMANENT: Alert( |
|
|
|
"Reverse Gear", |
|
|
|
"Reverse\nGear", |
|
|
|
"", |
|
|
|
"", |
|
|
|
AlertStatus.normal, AlertSize.full, |
|
|
|
AlertStatus.normal, AlertSize.full, |
|
|
|
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2), |
|
|
|
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2, creation_delay=0.5), |
|
|
|
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Reverse Gear"), |
|
|
|
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Reverse Gear"), |
|
|
|
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"), |
|
|
|
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"), |
|
|
|
}, |
|
|
|
}, |
|
|
|