mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 10:53:26 +03:00
Merge pull request #1091 from A-UNDERSCORE-D/fix/1079-suit-upgrade-costs
Update credits on UpgradeSuit
This commit is contained in:
commit
f6e23476ff
@ -1229,10 +1229,8 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
|||||||
# • SuitID
|
# • SuitID
|
||||||
# • Class
|
# • Class
|
||||||
# • Cost
|
# • Cost
|
||||||
# Update credits total ? It shouldn't even involve credits!
|
# TODO: Update self.state['Suits'] when we have an example to work from
|
||||||
# Actual alpha4 - need to grind mats
|
self.state['Credits'] -= entry.get('Cost', 0)
|
||||||
# if self.state['Suits']:
|
|
||||||
pass
|
|
||||||
|
|
||||||
elif event_type == 'LoadoutEquipModule':
|
elif event_type == 'LoadoutEquipModule':
|
||||||
# alpha4:
|
# alpha4:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user