Skip to content

Commit

Permalink
Parenting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CatBackGround authored Feb 25, 2025
1 parent b0dae5a commit e1673a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/_Backmen/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: [GunSafe, BaseSecurityContraband]
parent: [GunSafeBaseSecure, BaseSecurityContraband]
id: GunSafeRifleAR18
name: ar rifle safe
components:
Expand All @@ -11,7 +11,7 @@
amount: 4

- type: entity
parent: [GunSafe, BaseSecurityContraband]
parent: [GunSafeBaseSecure, BaseSecurityContraband]
id: GunSafeSubMachineGunVector
name: Vector safe
components:
Expand All @@ -23,7 +23,7 @@
amount: 4

- type: entity
parent: [GunSafe, BaseSecurityContraband]
parent: [GunSafeBaseSecure, BaseSecurityContraband]
id: GunSafeShotgunShotgun39
name: XM1014 safe
components:
Expand All @@ -35,7 +35,7 @@
amount: 4

- type: entity
parent: [GunSafe, BaseSecurityContraband]
parent: [GunSafeBaseSecure, BaseSecurityContraband]
id: GunSafeShotgunTrenchgun
name: trenchgun safe
components:
Expand All @@ -47,7 +47,7 @@
amount: 4

- type: entity
parent: [GunSafe, BaseSecurityContraband]
parent: [GunSafeBaseSecure, BaseSecurityContraband]
id: GunSafeSubMachineGunMP5
name: mp5 safe
components:
Expand All @@ -59,7 +59,7 @@
amount: 4

- type: entity
parent: GunSafe
parent: GunSafeBaseSecure
id: GunSafeLaserCarbineUEG
name: laser safe
components:
Expand Down

0 comments on commit e1673a6

Please sign in to comment.