Fix bestla rof bonus and bump version

This commit is contained in:
Anton Vorobyov
2022-12-11 13:49:36 +04:00
parent 0d186ba56b
commit e5eb001cf3
2 changed files with 2 additions and 2 deletions

View File

@@ -39646,7 +39646,7 @@ class Effect100201(BaseEffect):
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.group.name in (
'Missile Launcher Heavy Assault', 'Missile Launcher Heavy', 'Missile Launcher Rapid Heavy'),
'Missile Launcher Heavy Assault', 'Missile Launcher Heavy', 'Missile Launcher Rapid Light'),
'speed', -10, skill='Heavy Assault Cruisers', **kwargs)

View File

@@ -1 +1 @@
version: v2.49.0dev1
version: v2.49.0dev2