Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@
sprite: Clothing/Belt/salvagewebbing.rsi

- type: entity
parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseSyndicateContraband]
parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseMinorContraband]
id: ClothingBeltMilitaryWebbing
name: chest rig
description: A set of tactical webbing worn by Syndicate boarding parties.
description: A set of tactical webbing often worn by boarding parties.
components:
- type: Sprite
sprite: Clothing/Belt/militarywebbing.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

- type: entity
id: CigPackSyndicate
parent: [CigPackBase, BaseSyndicateContraband]
parent: [CigPackBase, BaseMinorContraband]
name: Interdyne herbals packet
description: Elite cigarettes for elite syndicate agents. Infused with medicine for when you need to do more than calm your nerves.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
price: 583 # 3500 for 6 as a freaky fraction

- type: entity
parent: [ChemicalMedipen, BaseSyndicateContraband]
parent: ChemicalMedipen
id: CombatMedipen
name: combat medipen
description: A single-dose, non-refillable medipen containing a chemical cocktail that treats most forms of damage.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
#Empty black
- type: entity
id: JetpackBlack
parent: [BaseJetpack, BaseSyndicateContraband]
parent: BaseJetpack
name: jetpack
suffix: Empty
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

- type: entity
name: cane blade
parent: [BaseSword, BaseSyndicateContraband]
parent: [BaseSword, BaseMajorContraband]
id: CaneBlade
description: A sharp blade with a cane shaped hilt.
components:
Expand Down
Loading