Skip to content

Commit

Permalink
no min range for vulture (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 28, 2024
1 parent 79a6782 commit 0cb0eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

/datum/ammo/bullet/sniper/anti_materiel/vulture
damage = 400 // Fully intended to vaporize anything smaller than a mini cooper
accurate_range_min = 10
accurate_range_min = 0
handful_state = "vulture_bullet"
sound_hit = 'sound/bullets/bullet_vulture_impact.ogg'
flags_ammo_behavior = AMMO_BALLISTIC|AMMO_SNIPER|AMMO_IGNORE_COVER|AMMO_ANTIVEHICLE
Expand Down

0 comments on commit 0cb0eb0

Please sign in to comment.