Add erratic mining crystals to ammo picker
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -177,7 +177,8 @@ class Ammo:
|
||||
260: 'r8',
|
||||
261: 'r16',
|
||||
262: 'r32',
|
||||
263: 'r64'}
|
||||
263: 'r64',
|
||||
859: 'err'}
|
||||
|
||||
prelim = {}
|
||||
for charge in chargesFlat:
|
||||
|
||||
Reference in New Issue
Block a user