Skip to content

Commit

Permalink
Fix triage effects on weapon disrupters, update DB, and bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Dec 11, 2015
1 parent 69c3dd1 commit d8e2e3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Version data
version = "1.17.1"
tag = "git"
tag = "Stable"
expansionName = "Frostline"
expansionVersion = "1.0"
evemonMinVersion = "4081"
Expand Down
2 changes: 1 addition & 1 deletion eos/effects/triagemodeeffect3.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def handler(fit, module, context):
groups = [
'ECM Burst',
'Remote ECM Burst',
'Tracking Disruptor',
'Weapon Disruptor',
'ECM',
'Remote Sensor Damper',
'Target Painter']
Expand Down
2 changes: 1 addition & 1 deletion eos/effects/triagemodeeffect7.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def handler(fit, module, context):
groups = [
'ECM Burst',
'Remote ECM Burst',
'Tracking Disruptor',
'Weapon Disruptor',
'ECM',
'Remote Sensor Damper',
'Target Painter']
Expand Down
Binary file modified eve.db
Binary file not shown.

0 comments on commit d8e2e3a

Please sign in to comment.