Skip to content

Commit

Permalink
Merge pull request Civ13#2715 from Bierkraan/working-branch
Browse files Browse the repository at this point in the history
Fix bullets
  • Loading branch information
Bierkraan authored Apr 11, 2024
2 parents e7685bc + cacd57c commit ab9fc1b
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 ab9fc1b

Please sign in to comment.