-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes CAS killing players with ammo crates instead of bullets (#5205)
# About the pull request Fixes #3211 by making GAU-21 and Laser Cannon ammo pass the weapon to its `cause_data` rather than the ammo crate/battery. # Explain why it's good for the game The dropship is meant to be firing the ammunition inside the crate, not the crate itself. (Although that is fun to imagine) # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Put screenshots and videos here with an empty line between the screenshots and the `<details>` tags. </details> # Changelog :cl: fix: Fixed the death message from GAU-21 and Laser Cannon strikes saying that the player was killed by the ammo crate. /:cl:
- Loading branch information
Showing
2 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters