Skip to content

Commit

Permalink
Fixes Acid Ball hurting friendly xenos (and self) (#6129)
Browse files Browse the repository at this point in the history
# About the pull request
As title fixes an oversight causing friendly fire.

# Explain why it's good for the game

FF bad for xenos.


# 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: Fixes praetorian acid ball harming the prae and other xenos.
/:cl:
  • Loading branch information
realforest2001 committed Apr 13, 2024
1 parent a0a33e5 commit df27de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ammo/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
/datum/ammo/xeno/acid/prae_nade // Used by base prae's acid nade
name = "acid scatter"

flags_ammo_behavior = AMMO_STOPPED_BY_COVER
flags_ammo_behavior = AMMO_ACIDIC|AMMO_XENO|AMMO_STOPPED_BY_COVER
accuracy = HIT_ACCURACY_TIER_5
accurate_range = 32
max_range = 4
Expand Down

0 comments on commit df27de7

Please sign in to comment.