Apply requested changes

This commit is contained in:
Radezolid 2026-07-23 15:05:09 -03:00
parent a525c7fe0b
commit fce09d0d83
2 changed files with 27 additions and 28 deletions

View File

@ -0,0 +1,27 @@
- type: entity
parent: LockerChemistry
id: LockerInterdyneFilled # TODO: Sprite a empty version
suffix: Interdyne, Filled
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: LockerFillInterdyne
- type: AccessReader
access: [["SyndicateAgent"]] # TODO: Interdyne access
- type: entityTable
id: LockerFillInterdyne
table: !type:AllSelector
children:
- id: BoxSyringe
- id: BoxBeaker
- id: BoxPillCanister
- id: BoxBottle
- id: BoxVial
- id: PlasmaChemistryVial
- id: HandLabeler
- id: Skimmer
- id: ChemicalSynthesisKit
- id: ChemistryBottleEpinephrine # Helps them having the power to stabilize someone since spawn
- id: ChemistryBottleFirebugsFriend # Helps them having the power to destabilize someone since spawn

View File

@ -216,31 +216,3 @@
- !type:NestedSelector
tableId: LockerFillParamedic
- id: ClothingOuterHardsuitVoidParamed
- type: entity
parent: LockerChemistry
id: LockerInterdyneFilled # TODO: Sprite a empty version
suffix: Interdyne, Filled
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: LockerFillInterdyne
- type: AccessReader
access: [["SyndicateAgent"]] # TODO: Interdyne access
- type: entityTable
id: LockerFillInterdyne
table: !type:AllSelector
children:
- id: BoxSyringe
- id: BoxBeaker
- id: BoxPillCanister
- id: BoxBottle
- id: BoxVial
- id: PlasmaChemistryVial
- id: HandLabeler
- id: Skimmer
- id: ChemicalSynthesisKit
- id: ChemistryBottleEpinephrine # Helps them having the power to stabilize someone since spawn
- id: ChemistryBottleFirebugsFriend # Helps them having the power to destabilize someone since spawn