adding grain cable subtype for agi smart cable

This commit is contained in:
csawatzky 2025-06-03 12:07:49 -06:00
parent 7d1247cfad
commit 2855e15a93
2 changed files with 6 additions and 1 deletions

View file

@ -163,6 +163,11 @@ export function GrainCable(subtype: number = 0): ComponentTypeExtension {
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_ANALOG,
value: "GRAIN_CABLE_SUBTYPE_ANALOG",
friendlyName: "Analog Cable"
},
{
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2,
value: "GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2",
friendlyName: "AGI Smart Cable"
}
],
friendlyName: "Grain Cable",