From ada93b58b85e1b98dfdfdd3fe9160b98dfb48c5e Mon Sep 17 00:00:00 2001 From: Timemaster99 <57200767+Timemaster99@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:48:55 -0400 Subject: [PATCH 1/3] Fixed prescription hud crafting --- Resources/Prototypes/DeltaV/tags.yml | 6 ++++++ Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 26dde9d1885..998206b3c0f 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -24,6 +24,9 @@ - type: Tag id: ForensicBeltEquip +- type: Tag + id: Gavel + - type: Tag id: GasPipeHalf #Craftable Musket @@ -59,3 +62,6 @@ - type: Tag id: Skirt + +- type: Tag + id: GlassesNearsight diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 90232de20a5..0bf9b5eee47 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -80,6 +80,7 @@ - type: VisionCorrection - type: Tag tags: + - GlassesNearsight # DeltaV - Make prescription HUDs craftable - HamsterWearable - WhitelistChameleon From 8cf4dba9ca1470d8a83b86276e3b79c1d9037d3e Mon Sep 17 00:00:00 2001 From: Timemaster99 <57200767+Timemaster99@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:52:16 -0400 Subject: [PATCH 2/3] Leftover from another branch removed --- Resources/Prototypes/DeltaV/tags.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 998206b3c0f..8ce61a90172 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -24,9 +24,6 @@ - type: Tag id: ForensicBeltEquip -- type: Tag - id: Gavel - - type: Tag id: GasPipeHalf #Craftable Musket From 50961e6ae324c7464f276f5e6bbb4a672b701993 Mon Sep 17 00:00:00 2001 From: Timemaster99 <57200767+Timemaster99@users.noreply.github.com> Date: Fri, 14 Jun 2024 03:16:03 -0400 Subject: [PATCH 3/3] Changed construction to base off of component --- .../Recipes/Construction/Graphs/clothing/prescription_huds.yml | 2 +- Resources/Prototypes/DeltaV/tags.yml | 3 --- Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) 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 06f065a1b82..e2e6946c3ed 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml @@ -12,7 +12,7 @@ sprite: Clothing/Eyes/Hud/med.rsi state: icon doAfter: 5 - - tag: GlassesNearsight + - component: VisionCorrection name: glasses icon: sprite: Clothing/Eyes/Glasses/glasses.rsi diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 998206b3c0f..0e834672828 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -62,6 +62,3 @@ - type: Tag id: Skirt - -- type: Tag - id: GlassesNearsight diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 0bf9b5eee47..90232de20a5 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -80,7 +80,6 @@ - type: VisionCorrection - type: Tag tags: - - GlassesNearsight # DeltaV - Make prescription HUDs craftable - HamsterWearable - WhitelistChameleon