]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Contraband Fix - ZooKeeper - Double barrel shotgun (#36583)
authorCrazydave91920 <sebpassmore00@gmail.com>
Tue, 15 Apr 2025 18:27:29 +0000 (03:57 +0930)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 18:27:29 +0000 (20:27 +0200)
* Contraband Fix

* Update base_contraband.yml

---------

Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml
Resources/Prototypes/Entities/Objects/base_contraband.yml

index 0f29a65600e7c96de7756eb21c0152e04c1da742..4cbdb99f695bdc5c4be14254a76bd18165b53f27 100644 (file)
 
 - 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:
index ee0e2e8c7109dafd6984162ee8bade8c4aff6654..165d23ca8231125ccff7e80d8ef266a67a7fc3ad 100644 (file)
     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