Speedloader fix (#12417)
* Speedloader fix * Unshitted and commented my code, rain would probably be proud.
This commit is contained in:
@@ -566,6 +566,7 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgeCap
|
||||
- SpeedLoaderCap
|
||||
proto: CartridgeCap
|
||||
capacity: 6
|
||||
chambers: [ True, True, True, True, True, True ]
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- SpeedLoaderMagnum
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- SpeedLoaderPistol
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
name: "speed loader (.30 rifle)"
|
||||
parent: BaseItem
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- SpeedLoaderRifle
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- SpeedLoaderCap
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgeMagnum
|
||||
- SpeedLoaderMagnum
|
||||
proto: CartridgeMagnum
|
||||
capacity: 7
|
||||
chambers: [ True, True, True, True, True, True, True ]
|
||||
|
||||
@@ -377,6 +377,9 @@
|
||||
- type: Tag
|
||||
id: NoSpinOnThrow
|
||||
|
||||
- type: Tag
|
||||
id: NoBlockAnchoring
|
||||
|
||||
- type: Tag
|
||||
id: NukeOpsUplink
|
||||
|
||||
@@ -492,6 +495,18 @@
|
||||
- type: Tag
|
||||
id: Spear
|
||||
|
||||
- type: Tag
|
||||
id: SpeedLoaderCap
|
||||
|
||||
- type: Tag
|
||||
id: SpeedLoaderMagnum
|
||||
|
||||
- type: Tag
|
||||
id: SpeedLoaderPistol
|
||||
|
||||
- type: Tag
|
||||
id: SpeedLoaderRifle
|
||||
|
||||
- type: Tag
|
||||
id: StringInstrument
|
||||
|
||||
|
||||
Reference in New Issue
Block a user