Skip to content

Commit

Permalink
increased slow time
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 25, 2023
1 parent 2114933 commit f444626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@
/datum/ammo/bullet/sniper/anti_materiel/vulture/on_hit_mob(mob/hit_mob, obj/item/projectile/bullet)
. = ..()
knockback(hit_mob, bullet, 30)
hit_mob.apply_effect(3, SLOW)

/datum/ammo/bullet/sniper/anti_materiel/vulture/set_bullet_traits()
. = ..()
Expand Down

0 comments on commit f444626

Please sign in to comment.