mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes speedloaders and stripper clips only being able to load their initial ammo subtype, and not their matching caliber as intended. (#68394)
Allows speedloaders for the .357 and .38 to load any matching caliber. Allows stripper clips for 7.62 to do the same.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
icon_state = "357"
|
||||
ammo_type = /obj/item/ammo_casing/a357
|
||||
max_ammo = 7
|
||||
caliber = CALIBER_357
|
||||
multiple_sprites = AMMO_BOX_PER_BULLET
|
||||
item_flags = NO_MAT_REDEMPTION
|
||||
|
||||
@@ -18,6 +19,7 @@
|
||||
icon_state = "38"
|
||||
ammo_type = /obj/item/ammo_casing/c38
|
||||
max_ammo = 6
|
||||
caliber = CALIBER_38
|
||||
multiple_sprites = AMMO_BOX_PER_BULLET
|
||||
custom_materials = list(/datum/material/iron = 20000)
|
||||
|
||||
@@ -82,6 +84,7 @@
|
||||
icon_state = "762"
|
||||
ammo_type = /obj/item/ammo_casing/a762
|
||||
max_ammo = 5
|
||||
caliber = CALIBER_A762
|
||||
multiple_sprites = AMMO_BOX_PER_BULLET
|
||||
|
||||
/obj/item/ammo_box/n762
|
||||
|
||||
Reference in New Issue
Block a user