Contraband Fix - ZooKeeper - Double barrel shotgun (#36583)
* Contraband Fix * Update base_contraband.yml --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
- type: entity
|
||||
name: double-barreled shotgun
|
||||
parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityBartenderContraband]
|
||||
parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityBartenderZookeeperContraband]
|
||||
id: WeaponShotgunDoubleBarreled
|
||||
description: An immortal classic. Uses .50 shotgun shells.
|
||||
components:
|
||||
|
||||
@@ -172,6 +172,15 @@
|
||||
allowedDepartments: [ Security ]
|
||||
allowedJobs: [ Bartender ]
|
||||
|
||||
- type: entity
|
||||
id: BaseSecurityBartenderZookeeperContraband
|
||||
parent: BaseRestrictedContraband
|
||||
abstract: true
|
||||
components:
|
||||
- type: Contraband
|
||||
allowedDepartments: [ Security ]
|
||||
allowedJobs: [ Bartender, Zookeeper ]
|
||||
|
||||
- type: entity
|
||||
id: BaseSecurityLawyerContraband
|
||||
parent: BaseRestrictedContraband
|
||||
|
||||
Reference in New Issue
Block a user