Fix toy ammo whitelist. (#12946)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user