Skip to content

Commit

Permalink
Various item contraband fixes (#32614)
Browse files Browse the repository at this point in the history
* fixes current contraband issues: xray cannon, hos's trench coats, stinger grenades

* yet another contraband addition
  • Loading branch information
ArtisticRoomba authored Oct 3, 2024
1 parent 052d7c4 commit c68e5a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
damageCoefficient: 0.9

- type: entity
parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase]
parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase, BaseSecurityCommandContraband]
id: ClothingOuterCoatHoSTrench
name: head of security's armored trenchcoat
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
Expand Down Expand Up @@ -376,7 +376,7 @@
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterStorageBase, BaseSyndicateContraband]
id: ClothingOuterCoatSyndieCap
name: syndicate's coat
description: The syndicate's coat is made of durable fabric, with gilded patterns.
Expand All @@ -387,7 +387,7 @@
sprite: Clothing/OuterClothing/Coats/syndicate/coatsyndiecap.rsi

- type: entity
parent: ClothingOuterCoatHoSTrench
parent: [BaseSyndicateContraband, ClothingOuterCoatHoSTrench] # BaseSyndicateContraband as first parent so contraband system takes that as priority, yeah I know
id: ClothingOuterCoatSyndieCapArmored
name: syndicate's armored coat
description: The syndicate's armored coat is made of durable fabric, with gilded patterns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@

##########################################################
- type: entity
parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable, BaseCommandContraband]
parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable, BaseSecurityCommandContraband]
id: ClothingOuterWinterHoS
name: head of security's armored winter coat
description: A sturdy, utilitarian winter coat designed to protect a head of security from any brig-bound threats and hypothermic events.
Expand All @@ -373,7 +373,7 @@
##########################################################

- type: entity
parent: [ClothingOuterWinterCoatToggleable, BaseCommandContraband]
parent: [ClothingOuterWinterCoatToggleable, BaseSecurityCommandContraband]
id: ClothingOuterWinterHoSUnarmored
name: head of security's winter coat
description: A sturdy coat, a warm coat, but not an armored coat.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

- type: entity
name: x-ray cannon
parent: [BaseWeaponBattery, BaseGunWieldable]
parent: [BaseWeaponBattery, BaseGunWieldable, BaseSecurityContraband]
id: WeaponXrayCannon
description: An experimental weapon that uses concentrated x-ray energy against its target.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
cluster-payload: !type:Container

- type: entity
parent: [GrenadeBase, BaseSyndicateContraband]
parent: [GrenadeBase, BaseSecurityContraband]
id: GrenadeStinger
name: stinger grenade
description: Nothing to see here, please disperse.
Expand Down

0 comments on commit c68e5a6

Please sign in to comment.