Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 10, 2024
1 parent 2c5eb5b commit 071f535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/ammunition/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
icon_state = "rifle-steel"
caliber = "a300"
projectile_type = /obj/projectile/bullet/a300
stack_size = 5
stack_size = 15

// 5.56x42mm CLIP (CM82, Hydra variants)

Expand Down Expand Up @@ -91,7 +91,7 @@
icon_state = "caseless"
caliber = ".299 caseless"
projectile_type = /obj/projectile/bullet/c299
stack_size = 10
stack_size = 5

/obj/item/ammo_casing/a65clip
name = "6.5x57mm CLIP bullet casing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

/obj/item/ammo_box/magazine/ammo_stack/prefilled/a556_42
ammo_type = /obj/item/ammo_casing/a556_42
max_ammo = 5
max_ammo = 15

/obj/item/storage/box/ammo/a556_42
name = "box of 5.56x42mm CLIP ammo"
Expand Down Expand Up @@ -121,7 +121,7 @@

/obj/item/ammo_box/magazine/ammo_stack/prefilled/c299
ammo_type = /obj/item/ammo_casing/caseless/c299
max_ammo = 10
max_ammo = 5

/obj/item/storage/box/ammo/c299
name = "box of .299 Eoehoma caseless ammo"
Expand Down

0 comments on commit 071f535

Please sign in to comment.