From 10e37f7e509e73f0390f61a85fc8e733c8d18b2a Mon Sep 17 00:00:00 2001 From: Crazydave91920 Date: Wed, 16 Apr 2025 03:57:29 +0930 Subject: [PATCH] Contraband Fix - ZooKeeper - Double barrel shotgun (#36583) * Contraband Fix * Update base_contraband.yml --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> --- .../Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml | 2 +- .../Prototypes/Entities/Objects/base_contraband.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index 0f29a65600..4cbdb99f69 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -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: diff --git a/Resources/Prototypes/Entities/Objects/base_contraband.yml b/Resources/Prototypes/Entities/Objects/base_contraband.yml index ee0e2e8c71..165d23ca82 100644 --- a/Resources/Prototypes/Entities/Objects/base_contraband.yml +++ b/Resources/Prototypes/Entities/Objects/base_contraband.yml @@ -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 -- 2.51.2