Remove DB TDs from seen items
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Migration 39
|
||||
|
||||
- Shield amplifier tiericide
|
||||
- CCP getting rid of DB TDs due to exploits
|
||||
"""
|
||||
|
||||
CONVERSIONS = {
|
||||
@@ -16,6 +17,9 @@ CONVERSIONS = {
|
||||
),
|
||||
1800: ( # 'Basic' Thermal Shield Amplifier
|
||||
9566, # Supplemental Thermal Dissipation Amplifier
|
||||
),
|
||||
22933: ( # 'Investor' Tracking Disruptor I
|
||||
32416, # Dark Blood Tracking Disruptor
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -21997,7 +21997,6 @@ class Effect5754(BaseEffect):
|
||||
Used by:
|
||||
Modules named like: Tracking Computer (19 of 19)
|
||||
Variations of module: Tracking Disruptor I (6 of 6)
|
||||
Module: Dark Blood Tracking Disruptor
|
||||
"""
|
||||
|
||||
type = 'overheat'
|
||||
@@ -27229,7 +27228,6 @@ class Effect6424(BaseEffect):
|
||||
|
||||
Used by:
|
||||
Variations of module: Tracking Disruptor I (6 of 6)
|
||||
Module: Dark Blood Tracking Disruptor
|
||||
"""
|
||||
|
||||
type = 'projected', 'active'
|
||||
|
||||
Reference in New Issue
Block a user