Skip to content

Commit

Permalink
Fix bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierkraan committed Apr 11, 2024
1 parent 650af05 commit cacd57c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,8 @@
should_save = 0

/obj/item/projectile/New()
if(!hitscan)
animate_movement = SLIDE_STEPS
else animate_movement = NO_STEPS
damage *=global_damage_modifier
..()
damage *=global_damage_modifier

/obj/item/projectile/proc/checktype()
if (btype == "AP")
Expand Down

0 comments on commit cacd57c

Please sign in to comment.