Skip to content

Commit

Permalink
Merge pull request #3319 from Merek2/Merek
Browse files Browse the repository at this point in the history
RPD magazine
  • Loading branch information
Tk420634 authored Oct 7, 2023
2 parents a8d474a + 84aecc5 commit 163ee7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/boxes_magazines/external/lmg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
multiple_sprites = 2
custom_materials = list(/datum/material/iron = MATS_LIGHT_BRICK_RIFLE_MAGAZINE)

/obj/item/ammo_box/rpd/empty
/obj/item/ammo_box/magazine/rpd/empty
start_empty = 1


Expand Down
7 changes: 7 additions & 0 deletions code/modules/research/designs/ammolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,13 @@
build_path = /obj/item/ammo_box/magazine/m308/ext/empty
category = list("initial", "Advanced Magazines")

/datum/design/ammolathe/rpd
name = "empty drum magazine (.308)"
id = "rpd"
materials = list(/datum/material/iron = 20000)
build_path = /obj/item/ammo_box/magazine/rpd/empty
category = list("initial", "Advanced Magazines")

/datum/design/ammolathe/tommygunm45
name = "empty drum magazine (.45)"
id = "tommygunm45"
Expand Down

0 comments on commit 163ee7d

Please sign in to comment.