Allow extension to travel calculator for mods#2539
Allow extension to travel calculator for mods#2539Interkarma merged 1 commit intoInterkarma:masterfrom
Conversation
|
I assume the intent of this change is so I feel like we should also provide a way for mods to override the quest travel time calculator for consistency. I'd suggest adding a |
|
I simply want to be able to manipulate the travel costs after they're calculated - they're retrieved from the calc class several times by the popup so this is to prevent me duplicating quite a bit of popup code by adjusting the cost variables in the calc class once they're calculated. Actually I only need to have the virtual on CalculateTripCost() but I thought it was worth making the others virtual as well. Keeping the changes as simple as possible to get them in to 1.0 was my focus, and my mod already overrides the popup, but by all means create a follow on PR. I won't require that myself though. |
Required for new settings for Travel Options mod in DFU release 1.0