Fix toy ammo whitelist. (#12946)

This commit is contained in:
Vordenburg
2022-12-09 22:43:19 -05:00
committed by GitHub
parent 153fcd2172
commit 80642c6ddc

View File

@@ -5,9 +5,6 @@
name: foamdart box name: foamdart box
components: components:
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeRocket
capacity: 30 capacity: 30
- type: Sprite - type: Sprite
netsync: false netsync: false
@@ -23,6 +20,9 @@
name: foam dart box name: foam dart box
components: components:
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
whitelist:
tags:
- BulletFoam
capacity: 40 capacity: 40
proto: BulletFoam proto: BulletFoam
- type: Sprite - type: Sprite
@@ -35,6 +35,9 @@
name: cap gun cartridge box name: cap gun cartridge box
components: components:
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeCap
capacity: 20 capacity: 20
proto: CartridgeCap proto: CartridgeCap
- type: Sprite - type: Sprite