1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-19 00:04:08 +03:00

Update credits for SellOrganicData

This commit is contained in:
Athanasius 2021-05-01 10:46:25 +01:00
parent 751002bf1a
commit d74b886587

View File

@ -1165,8 +1165,8 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
pass pass
elif event_type == 'SellOrganicData': elif event_type == 'SellOrganicData':
# alpha4 - update current credits ? for bd in entry['BioData']:
pass self.state['Credits'] += bd['Value'] + bd['Bonus']
# alpha4 - Credits updates # alpha4 - Credits updates
elif event_type == 'BookDropship': elif event_type == 'BookDropship':