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
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