]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
gun safe tweaks (#16312)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Wed, 10 May 2023 21:33:23 +0000 (21:33 +0000)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 21:33:23 +0000 (15:33 -0600)
* change gun safe access to armory

* tweak gun safe names, remove suffix, vector -> drozd

* migrate vector safe to drozd safe

* ci sus

* ci sussy

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml
Resources/migration.yml

index f3bd817926f5d1bcacf56e4e8142289a96f9ef5c..07df29b5e1e2987cd1a1de1f132a662358e3b5f8 100644 (file)
       - id: ClothingMaskGas
 
 - type: entity
-  id: GunSafeDisabler
-  suffix: Disabler
   parent: GunSafe
-  name: gun safe disabler
+  id: GunSafeDisabler
+  name: disabler safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponDisabler
-        amount: 5
+    - id: WeaponDisabler
+      amount: 5
 
 - type: entity
-  id: GunSafePistolMk58
-  suffix: MK58
   parent: GunSafe
-  name: gun safe Mk58
+  id: GunSafePistolMk58
+  name: mk58 safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponPistolMk58
-        amount: 4
-      - id: MagazinePistol
-        amount: 8
+    - id: WeaponPistolMk58
+      amount: 4
+    - id: MagazinePistol
+      amount: 8
 
 - type: entity
-  id: GunSafeRifleLecter
-  suffix: Lecter
   parent: GunSafe
-  name: gun safe lecter
+  id: GunSafeRifleLecter
+  name: lecter safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponRifleLecter
-        amount: 2
-      - id: MagazineRifle
-        amount: 4
+    - id: WeaponRifleLecter
+      amount: 2
+    - id: MagazineRifle
+      amount: 4
 
 - type: entity
-  id: GunSafeSubMachineGunVector
-  suffix: Vector
   parent: GunSafe
-  name: gun safe vector
+  id: GunSafeSubMachineGunDrozd
+  name: drozd safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponSubMachineGunVector
-        amount: 2
-      - id: MagazineMagnumSubMachineGun
-        amount: 4
+    - id: WeaponSubMachineGunDrozd
+      amount: 2
+    - id: MagazinePistolSubMachineGun
+      amount: 4
 
 - type: entity
-  id: GunSafeShotgunEnforcer
-  suffix: Enforcer
   parent: GunSafe
-  name: gun safe enforcer
+  id: GunSafeShotgunEnforcer
+  name: enforcer safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponShotgunEnforcer
-        amount: 2
-      - id: MagazineShotgun
-        amount: 4
+    - id: WeaponShotgunEnforcer
+      amount: 2
+    - id: MagazineShotgun
+      amount: 4
 
 - type: entity
-  id: GunSafeShotgunKammerer
-  suffix: Kammerer
   parent: GunSafe
-  name: gun safe kammerer
+  id: GunSafeShotgunKammerer
+  name: kammerer safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponShotgunKammerer
-        amount: 2
-      - id: MagazineShotgun
-        amount: 4
+    - id: WeaponShotgunKammerer
+      amount: 2
+    - id: MagazineShotgun
+      amount: 4
 
 - type: entity
   id: GunSafeSubMachineGunWt550
   suffix: Wt550
   parent: GunSafe
-  name: gun safe Wt550
+  name: wt550 safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponSubMachineGunWt550
-        amount: 2
-      - id: MagazinePistolSubMachineGun
-        amount: 4
+    - id: WeaponSubMachineGunWt550
+      amount: 2
+    - id: MagazinePistolSubMachineGun
+      amount: 4
 
 - type: entity
-  id: GunSafeLaserCarbine
-  suffix: Laser Carbine
   parent: GunSafe
-  name: gun safe laser carbine
+  id: GunSafeLaserCarbine
+  name: laser safe
   components:
   - type: StorageFill
     contents:
-      - id: WeaponLaserCarbine
-        amount: 3
+    - id: WeaponLaserCarbine
+      amount: 3
index a7e14579753b6fa934288695081a86db11ffc222..bc6e056e25892490b004abf1831dbfef38e3ee57 100644 (file)
       state_open: shotguncase_open
       state_closed: shotguncase_door
   - type: AccessReader
-    access: [["Security"]]
+    access: [["Armory"]]
 
 # Detective
 - type: entity
index bc29c62beaecba4f457e0bd84cd9c78c662dbf54..371f88aecf4f52c22fac1119b2d486e9f6685307 100644 (file)
@@ -48,6 +48,7 @@ MagazineBoxAntiMaterial: MagazineBoxAntiMateriel
 CartridgeAntiMaterial: CartridgeAntiMateriel
 BulletAntiMaterial: BulletAntiMateriel
 
-# 2023--05-10
+# 2023-05-10
 FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce
 FoodBakedCookieFortune: FoodSnackCookieFortune
+GunSafeSubMachineGunVector: GunSafeSubMachineGunDrozd