Skip to content

Commit

Permalink
Merge pull request #3321 from ARF-SS13/Testing
Browse files Browse the repository at this point in the history
Fixing Merek
  • Loading branch information
Tk420634 authored Oct 8, 2023
2 parents 163ee7d + cbb10c9 commit a21f006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/ammolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@
build_path = /obj/item/ammo_box/magazine/m308/ext/empty
category = list("initial", "Advanced Magazines")

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

0 comments on commit a21f006

Please sign in to comment.