mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
Match remaining parts of `EscapeInterdiction
`
This commit is contained in:
parent
a45527e104
commit
68a2767c39
@ -1066,6 +1066,12 @@ def journal_entry( # noqa: C901, CCR001
|
||||
if 'Interdictor' in entry:
|
||||
data['opponentName'] = entry['Interdictor']
|
||||
|
||||
elif 'Faction' in entry:
|
||||
data['opponentName'] = entry['Faction']
|
||||
|
||||
elif 'Power' in entry:
|
||||
data['opponentName'] = entry['Power']
|
||||
|
||||
elif 'isThargoid' in entry and entry['isThargoid']:
|
||||
data['opponentName'] = 'Thargoid'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user