Skip to content

Commit

Permalink
Correct "sniper rifle magazine" ammo type as displayed in the ammolat…
Browse files Browse the repository at this point in the history
…he (308 -> 30-06) (#216)
  • Loading branch information
andy-temps authored Sep 26, 2024
1 parent 4f51860 commit 3fe5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/designs/ammolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
category = list("initial", "Intermediate Magazines")

/datum/design/ammolathe/w308
name = "empty sniper rifle magazine (.308)"
name = "empty sniper rifle magazine (.30-06)"
id = "w308"
materials = list(/datum/material/iron = 6000)
build_path = /obj/item/ammo_box/magazine/w3006/empty
Expand Down

0 comments on commit 3fe5791

Please sign in to comment.