FAForever / nomads

This project is about bringing Nomads back as playable faction via featured mod and make a serious attempt to integrate them into the main game.
12 stars 26 forks source link

Add enabled by enhancement tags to nomads ACU/SCU weapons #616

Closed Exotic-Retard closed 3 years ago

Exotic-Retard commented 3 years ago

Pretty much what it says on the tin, new code from faf means that we need to add these tags or the game thinks they are always enabled. Just a UI thing in the unit stats but still good to get it right.

each weapon that gets turned on needs an entry like: EnabledByEnhancement = 'NaniteMissileSystem', in its blueprint section. should be pretty straightforward to do for anyone whos interested.

wodzu93 commented 3 years ago

Made pull request, please review. #617

Exotic-Retard commented 3 years ago

thanks <3