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:
Coolrune206
2022-11-03 18:01:05 +00:00
committed by GitHub
parent 12c873d816
commit e80ae1f95f
6 changed files with 26 additions and 6 deletions
@@ -1,11 +1,21 @@
/obj/item/ammo_box/a357
name = "speed loader (.357)"
desc = "Designed to quickly reload revolvers."
materials = list()
ammo_type = /obj/item/ammo_casing/a357
max_ammo = 7
multi_sprite_step = 1 // see: /obj/item/ammo_box/update_icon()
icon_state = "357"
/obj/item/ammo_box/b357
name = "ammo box (.357)"
desc = "Contains up to seven .357 bullets, intended to either be inserted into a speed loader or into the gun manually."
w_class = WEIGHT_CLASS_NORMAL
ammo_type = /obj/item/ammo_casing/a357
max_ammo = 7
multi_sprite_step = 1
icon_state = "357OLD"
/obj/item/ammo_box/c9mm
name = "ammo box (9mm)"
icon_state = "9mmbox"