This commit is contained in:
ynot01
2022-12-29 17:36:03 -05:00
committed by GitHub
parent 7347ecbcfd
commit d8ccfefcbc
4 changed files with 17 additions and 2 deletions

View File

@@ -916,7 +916,7 @@
name = ".357 Bullet"
id = "a357"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 4000)
materials = list(/datum/material/iron = 2000)
build_path = /obj/item/ammo_casing/a357
category = list("hacked", "Security")
@@ -944,6 +944,14 @@
build_path = /obj/item/ammo_box/c9mm
category = list("hacked", "Security")
/datum/design/box_a357
name = "Ammo Box (.357)"
id = "box_a357"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 40000)
build_path = /obj/item/ammo_box/no_direct/a357
category = list("hacked", "Security")
/datum/design/cleaver
name = "Butcher's Cleaver"
id = "cleaver"