Skip to content

Commit

Permalink
Update revolver.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Oct 22, 2023
1 parent b2ada50 commit 2218c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/datum/ammo/bullet/revolver/heavy/on_hit_mob(mob/entity, obj/projectile/bullet)
slowdown(entity, bullet)
pushback(entity, bullet)
pushback(entity, bullet, 4)

/datum/ammo/bullet/revolver/incendiary
name = "incendiary revolver bullet"
Expand Down

0 comments on commit 2218c5c

Please sign in to comment.