mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
357box (#17186)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user