mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user