1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-30 23:29:30 +03:00

Workaround for Hpt_PulseLaser_Fixed_SmallFree starter module

This commit is contained in:
Jonathan Harris 2017-06-27 14:11:06 +01:00
parent 02109d33f9
commit 2cc44f0bf8

View File

@ -60,6 +60,7 @@ weaponmount_map = {
weaponclass_map = {
'tiny' : '0',
'small' : '1',
'smallfree' : '1',
'medium' : '2',
'large' : '3',
'huge' : '4',
@ -116,6 +117,7 @@ weaponrating_map = {
'hpt_plasmaaccelerator_fixed_large': 'B',
'hpt_plasmaaccelerator_fixed_huge': 'A',
'hpt_pulselaser_fixed_small': 'F',
'hpt_pulselaser_fixed_smallfree': 'F',
'hpt_pulselaser_fixed_medium': 'E',
'hpt_pulselaser_fixed_large': 'D',
'hpt_pulselaser_fixed_huge': 'A',