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:
Crazydave91920
2025-04-16 03:57:29 +09:30
committed by GitHub
parent cfbc54d154
commit 10e37f7e50
2 changed files with 10 additions and 1 deletions

View File

@@ -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:

View File

@@ -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