Adds new ammo to hacked autolathe (#12398)

* adds 762 and 10mm rifle to autolathe

* no more 10mm rifle mags
This commit is contained in:
zombiemimic
2021-10-17 20:08:58 +02:00
committed by GitHub
parent 1bed7d35ed
commit 81d09844a7

View File

@@ -1057,3 +1057,11 @@
build_path = /obj/item/clothing/neck/stethoscope
category = list("initial", "Medical", "Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
/datum/design/a762
name = "Stripper clip (7.62mm)"
id = "a762"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 20000)
build_path = /obj/item/ammo_box/a762
category = list("hacked", "Security")