Skip to content

Commit

Permalink
Add mosquito to bomb variant white list.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGlazov committed Jul 2, 2022
1 parent 9eb60a2 commit c145587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,8 @@ Version 1.5.0
Version 1.5.1

- Fix bug where a specific halberstadt turret was not being recognized.

Version 1.5.2

- Add no bombs/bombs filter to mosquito.

2 changes: 1 addition & 1 deletion src/mod_stats_by_aircraft/variant_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BOMB_VARIANT_WHITE_LIST = {'P-38J-25', 'Me 262 A', 'Bristol F2B (F.II)', 'Bristol F2B (F.III)', 'Halberstadt CL.II',
'Halberstadt CL.II 200hp'}
'Halberstadt CL.II 200hp', 'Mosquito F.B. Mk.VI ser.2'}
BOMB_VARIANT_BLACK_LIST = {'Spitfire Mk.VB', 'Yak-9 series 1', 'Yak-9T series 1', 'Albatros D.Va',
'Fokker D.VII', 'Fokker D.VIIF', 'Fokker Dr.I', 'Pfalz D.IIIa'}
JUICEABLES = {'P-47D-28', 'P-47D-22', 'P-51D-15', 'La-5 (series 8)', 'Bf 109 G-6 Late', 'Bf 109 K-4',
Expand Down

0 comments on commit c145587

Please sign in to comment.