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

Fix Shield rotato animation on pause and unpause #495

Closed Uveso closed 4 years ago

Uveso commented 4 years ago

Shield rotator animation will now stop on pause and resume on unpause.

Changed units: Tech 2+3 shield and stealth field

Also fixed local speed = builder.RotationSpeed or self.RotationSpeed

builder.RotationSpeed is only the shield.RotationSpeed if upgraded to stealth field generator and has the same (hardcoded) animation speed than the stealth field.

So we can use self.RotationSpeed in any cases.