mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Removes .357 Speed Loaders from Autolathe, replaces with .357 Ammo Boxes (#19553)
* revolvers are balanced now, right? * decreases metal cost per bullet from 5000 to 4000 * converts bullets to a new ammo box * shut up Marmite (makes the revolver unrecyclable)
This commit is contained in:
@@ -784,12 +784,12 @@
|
||||
build_path = /obj/item/ammo_box/foambox/sniper/riot
|
||||
category = list("hacked", "Security")
|
||||
|
||||
/datum/design/a357
|
||||
/datum/design/b357
|
||||
name = "Ammo Box (.357)"
|
||||
id = "a357"
|
||||
id = "b357"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 30000)
|
||||
build_path = /obj/item/ammo_box/a357
|
||||
build_path = /obj/item/ammo_box/b357
|
||||
category = list("hacked", "Security")
|
||||
|
||||
/datum/design/c10mm
|
||||
|
||||
Reference in New Issue
Block a user