[Fix] Gun safe, not a shotgun safe (#15495)
This commit is contained in:
@@ -100,9 +100,10 @@
|
|||||||
- id: ClothingMaskGas
|
- id: ClothingMaskGas
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeDisabler
|
id: GunSafeDisabler
|
||||||
suffix: Disabler
|
suffix: Disabler
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe disabler
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -110,9 +111,10 @@
|
|||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafePistolMK58
|
id: GunSafePistolMk58
|
||||||
suffix: MK58
|
suffix: MK58
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe Mk58
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -122,9 +124,10 @@
|
|||||||
amount: 8
|
amount: 8
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeRifleLecter
|
id: GunSafeRifleLecter
|
||||||
suffix: Lecter
|
suffix: Lecter
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe lecter
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -134,9 +137,10 @@
|
|||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeSubMachineGunVector
|
id: GunSafeSubMachineGunVector
|
||||||
suffix: Vector
|
suffix: Vector
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe vector
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -146,9 +150,10 @@
|
|||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeShotgunEnforcer
|
id: GunSafeShotgunEnforcer
|
||||||
suffix: Enforcer
|
suffix: Enforcer
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe enforcer
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -158,9 +163,10 @@
|
|||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeShotgunKammerer
|
id: GunSafeShotgunKammerer
|
||||||
suffix: Kammerer
|
suffix: Kammerer
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe kammerer
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -170,9 +176,10 @@
|
|||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeSubMachineGunWt550
|
id: GunSafeSubMachineGunWt550
|
||||||
suffix: Wt550
|
suffix: Wt550
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe Wt550
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -182,9 +189,10 @@
|
|||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafeLaserCarbine
|
id: GunSafeLaserCarbine
|
||||||
suffix: Laser Carbine
|
suffix: Laser Carbine
|
||||||
parent: ShotgunSafe
|
parent: GunSafe
|
||||||
|
name: gun safe laser carbine
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
@@ -322,9 +322,9 @@
|
|||||||
access: [["Security"]]
|
access: [["Security"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShotgunSafe
|
id: GunSafe
|
||||||
parent: LockerBaseSecure
|
parent: LockerBaseSecure
|
||||||
name: shotgun safe
|
name: gun safe
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
|
|||||||
Reference in New Issue
Block a user