Skip to content

Commit d8e2e3a

Browse files
committed
Fix triage effects on weapon disrupters, update DB, and bump release
1 parent 69c3dd1 commit d8e2e3a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Version data
2121
version = "1.17.1"
22-
tag = "git"
22+
tag = "Stable"
2323
expansionName = "Frostline"
2424
expansionVersion = "1.0"
2525
evemonMinVersion = "4081"

eos/effects/triagemodeeffect3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def handler(fit, module, context):
7171
groups = [
7272
'ECM Burst',
7373
'Remote ECM Burst',
74-
'Tracking Disruptor',
74+
'Weapon Disruptor',
7575
'ECM',
7676
'Remote Sensor Damper',
7777
'Target Painter']

eos/effects/triagemodeeffect7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def handler(fit, module, context):
8181
groups = [
8282
'ECM Burst',
8383
'Remote ECM Burst',
84-
'Tracking Disruptor',
84+
'Weapon Disruptor',
8585
'ECM',
8686
'Remote Sensor Damper',
8787
'Target Painter']

eve.db

-4 KB
Binary file not shown.

0 commit comments

Comments
 (0)