Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 24, 2023
1 parent 7703890 commit b50e49c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,6 @@
/datum/ammo/bullet/sniper/anti_materiel/vulture
damage = 400 // Fully intended to vaporize anything smaller than a mini cooper
accurate_range_min = 10
accuracy_range_falloff = 50
handful_state = "vulture_bullet"

/datum/ammo/bullet/sniper/anti_materiel/vulture/set_bullet_traits()
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@
return TRUE

/obj/item/projectile/vulture
accuracy_range_falloff = 50

/obj/item/projectile/vulture/Initialize(mapload, datum/cause_data/cause_data)
. = ..()
Expand Down

0 comments on commit b50e49c

Please sign in to comment.