Add erratic mining crystals to ammo picker

This commit is contained in:
DarkPhoenix
2025-10-30 12:51:51 +01:00
parent a00a80b4e4
commit 0e6b9b48f1
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class ChangeModuleAmmo(ContextMenuCombined):
('r16', _t('Moon Uncommon')),
('r32', _t('Moon Rare')),
('r64', _t('Moon Exceptional')),
('err', _t('Erratic')),
('misc', _t('Misc'))])
def display(self, callingWindow, srcContext, mainItem, selection):

View File

@@ -177,7 +177,8 @@ class Ammo:
260: 'r8',
261: 'r16',
262: 'r32',
263: 'r64'}
263: 'r64',
859: 'err'}
prelim = {}
for charge in chargesFlat: