diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml b/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml index 1afd37c5177..3f7b56b6fdc 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml @@ -1,10 +1,10 @@ - type: constructionGraph - id: PrescriptionMedHud # HudMedSec + id: PrescriptionMedHud start: start graph: - node: start edges: - - to: prescmedhud # medsecHud + - to: prescmedhud steps: - tag: HudMedical name: medical hud @@ -12,7 +12,7 @@ sprite: Clothing/Eyes/Hud/med.rsi state: icon doAfter: 5 - - tag: GlassesNearsight # Prescription Glasses + - tag: GlassesNearsight name: glasses icon: sprite: Clothing/Eyes/Glasses/glasses.rsi @@ -27,24 +27,24 @@ sprite: Objects/Consumable/Drinks/glue-tube.rsi state: icon doAfter: 5 - - node: prescmedhud # medsecHud - entity: ClothingEyesPrescriptionMedHud # ClothingEyesHudMedSec + - node: prescmedhud + entity: ClothingEyesPrescriptionMedHud - type: constructionGraph - id: PrescriptionSecHud # HudMedSec + id: PrescriptionSecHud start: start graph: - node: start edges: - - to: prescsechud # medsecHud + - to: prescsechud steps: - - tag: HudMedical - name: medical hud + - tag: HudSecurity + name: security hud icon: sprite: Clothing/Eyes/Hud/med.rsi state: icon doAfter: 5 - - tag: GlassesNearsight # Prescription Glasses + - tag: GlassesNearsight name: glasses icon: sprite: Clothing/Eyes/Glasses/glasses.rsi @@ -59,5 +59,5 @@ sprite: Objects/Consumable/Drinks/glue-tube.rsi state: icon doAfter: 5 - - node: prescsechud # medsecHud - entity: ClothingEyesPrescriptionHudSecurity # ClothingEyesHudMedSec \ No newline at end of file + - node: prescsechud + entity: ClothingEyesPrescriptionHudSecurity \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml b/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml index 053d5605cef..386a0211c03 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml @@ -1,9 +1,9 @@ - type: construction name: prescription medhud - id: ClothingEyesPrescriptionMedHud # ClothingEyesHudMedSec - graph: PrescriptionMedHud # HudMedSec + id: ClothingEyesPrescriptionMedHud + graph: PrescriptionMedHud startNode: start - targetNode: prescmedhud # medsecHud + targetNode: prescmedhud category: construction-category-clothing description: Prescription medhud, merged glasses and medhud together by sheer luck and cables with glue. icon: { sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi, state: icon } @@ -11,10 +11,10 @@ - type: construction name: prescription sechud - id: ClothingEyesPrescriptionHudSecurity # ClothingEyesHudMedSec - graph: PrescriptionSecHud # HudMedSec + id: ClothingEyesPrescriptionHudSecurity + graph: PrescriptionSecHud startNode: start - targetNode: prescsechud # medsecHud + targetNode: prescsechud category: construction-category-clothing description: Prescription sechud, merged glasses and sechud together by sheer luck and cables with glue. icon: { sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi, state: icon }