diff --git a/monitor.py b/monitor.py index 58f975c8..b1a8f987 100644 --- a/monitor.py +++ b/monitor.py @@ -1165,8 +1165,8 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below pass elif event_type == 'SellOrganicData': - # alpha4 - update current credits ? - pass + for bd in entry['BioData']: + self.state['Credits'] += bd['Value'] + bd['Bonus'] # alpha4 - Credits updates elif event_type == 'BookDropship':