From 80642c6ddc03c31f583e9d44f8c2c8c7956b8814 Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:43:19 -0500 Subject: [PATCH] Fix toy ammo whitelist. (#12946) --- .../Objects/Weapons/Guns/Ammunition/Boxes/toy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy.yml index 5678975927..2ae06a84be 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy.yml @@ -5,9 +5,6 @@ name: foamdart box components: - type: BallisticAmmoProvider - whitelist: - tags: - - CartridgeRocket capacity: 30 - type: Sprite netsync: false @@ -23,6 +20,9 @@ name: foam dart box components: - type: BallisticAmmoProvider + whitelist: + tags: + - BulletFoam capacity: 40 proto: BulletFoam - type: Sprite @@ -35,6 +35,9 @@ name: cap gun cartridge box components: - type: BallisticAmmoProvider + whitelist: + tags: + - CartridgeCap capacity: 20 proto: CartridgeCap - type: Sprite