-
Notifications
You must be signed in to change notification settings - Fork 565
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
Dropship Missile Refactor #3732
Dropship Missile Refactor #3732
Conversation
You currently have a negative Fix/Feature pull request delta of -4. Maintainers may close this PR at will. Fixing issues or improving the codebase will improve this score. |
...yes, I know
uh, wouldn't the fire also need to be delayed? |
Probably. Added timers to them as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code seems good
Your Fix/Feature pull request delta is now above zero (2). Feel free to make Feature/Balance PRs. |
About the pull request
Refactors Dropship Missiles to not use Spawn().
Explain why it's good for the game
While proposing a new CAS feature, this part of the code uses a function we shouldn't be using. With a suggestion from Harry I simply swapped out the parts that we could replace without having to do a bigger overhaul.
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
refactor: refactored dropship_ammo so that missiles don't use Spawn()
/:cl: