-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cap flux coils causes crash #397
Comments
Problem commit: 5577e19 |
Apparently our eve database is missing some attributes for Flux Coils? The fuck? |
So, the SDE itself seems to be missing this data, according to Steves conversions. I have a possible fix, but it won't fix the missing attributes. |
Okay, think I got it sorted. I apparently missed this from the phobos output:
The cap flux coils are assigned effect that use these attributes. It seems the CCP had them set to I made a fix that, if an attribute is not found, it simply uses |
I changed it to do this instead:
I don't know what I didn't do this before, but this prevents the multiplier from doing anything if it doesn't even exist (which fixes #458 as well) |
Dunno why. This isn't due to any recent work with CREST or Attribute Overrides from what I can tell.
EDIT: actually, it seems the sisi merge into master caused it. Not sure yet what caused it before that
The text was updated successfully, but these errors were encountered: