фиксы линтера
This commit is contained in:
parent
05928c5561
commit
293e88ac94
3 changed files with 13 additions and 7 deletions
|
|
@ -7,12 +7,12 @@ public sealed partial class CodeEquipmentComponent : Component
|
|||
{
|
||||
public List<EntityUid> Shuttles = [];
|
||||
|
||||
[DataField("shuttlePath")]
|
||||
public ResPath ShuttlePath = new("Maps/_Sunrise/Shuttles/gamma_armory.yml");
|
||||
[DataField(required: true)]
|
||||
public ResPath ShuttlePath;
|
||||
|
||||
[DataField]
|
||||
public string TargetCode = "gamma";
|
||||
[DataField(required: true)]
|
||||
public string TargetCode;
|
||||
|
||||
[DataField]
|
||||
public string PriorityTag = "DockGamma";
|
||||
[DataField(required: true)]
|
||||
public string PriorityTag;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,9 @@
|
|||
abstract: true
|
||||
components:
|
||||
- type: CodeEquipment
|
||||
shuttlePath: /Maps/_Sunrise/Shuttles/gamma_armory.yml
|
||||
targetCode: gamma
|
||||
priorityTag: DockGamma
|
||||
|
||||
- type: entity
|
||||
id: BasePrisonStationShuttles
|
||||
|
|
|
|||
|
|
@ -545,7 +545,7 @@
|
|||
- type: Tag
|
||||
id: DrinkSpaceGlue
|
||||
|
||||
- type: Tag
|
||||
- type: Tag
|
||||
id: Dropper
|
||||
|
||||
- type: Tag
|
||||
|
|
@ -1350,4 +1350,7 @@
|
|||
- type: Tag
|
||||
id: WriteIgnoreStamps
|
||||
|
||||
- type: Tag
|
||||
id: SolarAssemblyFlatpack
|
||||
|
||||
# ALPHABETICAL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue