Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Apr 10, 2024
1 parent 66a0e4f commit 722db06
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 722db06

Please sign in to comment.