Skip to content

Commit

Permalink
.45-70 Ammo Can Be Stacked to 6 Rounds (#4145)
Browse files Browse the repository at this point in the history
## About The Pull Request

.45-70 comes in stacks of 6 rounds in a box. It can only be manually
stacked to 5. This fixes that.

## Why It's Good For The Game

Consistency

## Changelog

:cl:
fix: .45-70 stack size
/:cl:
  • Loading branch information
firebudgy authored Feb 7, 2025
1 parent 39efaa1 commit 9889b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition/ballistic/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
caliber = ".45-70"
icon_state = "magnum-brass"
projectile_type = /obj/projectile/bullet/a4570
stack_size = 5
stack_size = 6

/obj/item/ammo_casing/a4570/match
name = ".45-70 match bullet casing"
Expand Down

0 comments on commit 9889b4f

Please sign in to comment.