Changelog and Hercules radio fix.

Contributes-to: #782
This commit is contained in:
Simon Clark
2021-01-29 20:43:19 +00:00
parent 6099b664ac
commit 9c60140cec
2 changed files with 24 additions and 21 deletions

View File

@@ -132,31 +132,31 @@ class Hercules(PlaneType):
charge_total = 1680
chaff_charge_size = 1
flare_charge_size = 1
radio_frequency = 305
radio_frequency = 118
panel_radio = {
1: {
"channels": {
1: 305,
2: 264,
4: 256,
8: 257,
16: 261,
17: 261,
9: 255,
18: 251,
5: 254,
10: 262,
20: 266,
11: 259,
3: 265,
6: 250,
12: 268,
13: 269,
7: 270,
14: 260,
19: 253,
15: 263
1: 118,
2: 119,
4: 121,
8: 125,
16: 133,
17: 134,
9: 126,
18: 135,
5: 122,
10: 127,
20: 143,
11: 128,
3: 120,
6: 123,
12: 129,
13: 130,
7: 124,
14: 131,
19: 136,
15: 132
},
},
}