From cf5c20dee40cae0bbb1e5f7f3f851e9b8b500391 Mon Sep 17 00:00:00 2001 From: Reno DuBois Date: Mon, 3 Feb 2020 11:47:47 -0600 Subject: [PATCH] Use correct caliber name for .45mm boxes (#584) --- .../Entities/Weapons/Ammunition/.45mm/boxes.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/.45mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/.45mm/boxes.yml index 57beb18e9b..dc6c3f6f1b 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/.45mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/.45mm/boxes.yml @@ -6,7 +6,7 @@ abstract: true components: - type: AmmoBox - caliber: A45 + caliber: A45mm capacity: 30 - type: Sprite netsync: false @@ -19,7 +19,7 @@ components: - type: AmmoBox fill: ammo_casing_45 - caliber: A45 + caliber: A45mm capacity: 30 - type: Icon sprite: Objects/Guns/Ammunition/Boxes/.45mm/box45.rsi @@ -40,7 +40,7 @@ components: - type: AmmoBox fill: ammo_casing_45_flash - caliber: A45 + caliber: A45mm capacity: 30 - type: Icon sprite: Objects/Guns/Ammunition/Boxes/.45mm/box45-flash.rsi @@ -63,7 +63,7 @@ components: - type: AmmoBox fill: ammo_casing_45_p - caliber: A45 + caliber: A45mm capacity: 30 - type: Icon sprite: Objects/Guns/Ammunition/Boxes/.45mm/box45-practice.rsi @@ -84,7 +84,7 @@ components: - type: AmmoBox fill: ammo_casing_45_r - caliber: A45 + caliber: A45mm capacity: 30 - type: Icon sprite: Objects/Guns/Ammunition/Boxes/.45mm/box45-rubber.rsi