X2CommunityCore / X2WOTCCommunityHighlander

https://steamcommunity.com/workshop/filedetails/?id=1134256495
MIT License
60 stars 68 forks source link

Add more Unit Value cleanups #1217

Open Iridar opened 1 year ago

Iridar commented 1 year ago

Such as eCleanup_EndTurn and maybe eCleanup_EndTactical. Other suggestions are welcome.

It's worth noting it should be possible for any mod to pass any arbitrary integer value along with SetUnitFloatValue() and CleanupUnitValues() and have it just work, but it would still be useful to handle the common additional cases in Highlander.

Iridar commented 1 year ago

Leaving this around until there's an actual use case for it.