Skip to content

Commit

Permalink
forgot to delete these
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian16199 committed Feb 19, 2024
1 parent cf3e4af commit a9875e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- type: constructionGraph
id: PrescriptionMedHud # HudMedSec
id: PrescriptionMedHud
start: start
graph:
- node: start
edges:
- to: prescmedhud # medsecHud
- to: prescmedhud
steps:
- tag: HudMedical
name: medical 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
Expand All @@ -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
Expand All @@ -59,5 +59,5 @@
sprite: Objects/Consumable/Drinks/glue-tube.rsi
state: icon
doAfter: 5
- node: prescsechud # medsecHud
entity: ClothingEyesPrescriptionHudSecurity # ClothingEyesHudMedSec
- node: prescsechud
entity: ClothingEyesPrescriptionHudSecurity
12 changes: 6 additions & 6 deletions Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
- 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 }
objectType: Item

- 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 }
Expand Down

0 comments on commit a9875e1

Please sign in to comment.