* Contraband Fix
* Update base_contraband.yml
---------
Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
- 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:
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