From a0aff8f7fab7935fb40cd2169d0ba9b23dea60f3 Mon Sep 17 00:00:00 2001 From: carshalash Date: Tue, 13 Jun 2023 10:42:17 +1000 Subject: [PATCH] Ethereal drink typo fix (#75983) ## About The Pull Request Ethereals was mistakenly written as etherials in most of the ethereal drink text, this fixes it. ## Why It's Good For The Game Typo bad ## Changelog :cl: spellcheck: corrects a typo in most ethereal drinks. /:cl: --- .../reagents/chemistry/reagents/alcohol_reagents.dm | 12 ++++++------ .../reagents/reagent_containers/cups/glassbottle.dm | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 439c42e4b65..a9df88fb802 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -3677,7 +3677,7 @@ /datum/reagent/consumable/ethanol/wine_voltaic name = "Voltaic Yellow Wine" - description = "Electrically charged wine. Recharges etherials, but also nontoxic." + description = "Electrically charged wine. Recharges ethereals, but also nontoxic." boozepwr = 30 color = "#FFAA00" taste_description = "static with a hint of sweetness" @@ -3686,7 +3686,7 @@ /datum/glass_style/drinking_glass/wine_voltaic required_drink_type = /datum/reagent/consumable/ethanol/wine_voltaic name = "Voltaic Yellow Wine" - desc = "Electrically charged wine. Recharges etherials, but also nontoxic." + desc = "Electrically charged wine. Recharges ethereals, but also nontoxic." icon = 'icons/obj/drinks/mixed_drinks.dmi' icon_state = "wine_voltaic" @@ -3702,7 +3702,7 @@ /datum/reagent/consumable/ethanol/telepole name = "Telepole" - description = "A grounding rod in the form of a drink. Recharges etherials, and gives temporary shock resistance." + description = "A grounding rod in the form of a drink. Recharges ethereals, and gives temporary shock resistance." boozepwr = 50 color = "#b300ff" quality = DRINK_NICE @@ -3712,7 +3712,7 @@ /datum/glass_style/drinking_glass/telepole required_drink_type = /datum/reagent/consumable/ethanol/telepole name = "Telepole" - desc = "A liquid grounding rod. Recharges etherials and grants temporary shock resistance." + desc = "A liquid grounding rod. Recharges ethereals and grants temporary shock resistance." icon = 'icons/obj/drinks/mixed_drinks.dmi' icon_state = "telepole" @@ -3736,7 +3736,7 @@ /datum/reagent/consumable/ethanol/pod_tesla name = "Pod Tesla" - description = "Ride the lightning! Recharges etherials, suppresses phobias, and gives strong temporary shock resistance." + description = "Ride the lightning! Recharges ethereals, suppresses phobias, and gives strong temporary shock resistance." boozepwr = 80 color = "#00fbff" quality = DRINK_FANTASTIC @@ -3746,7 +3746,7 @@ /datum/glass_style/drinking_glass/pod_tesla required_drink_type = /datum/reagent/consumable/ethanol/pod_tesla name = "Pod Tesla" - desc = "Ride the lightning! Recharges etherials, suppresses phobias, and grants strong temporary shock resistance." + desc = "Ride the lightning! Recharges ethereals, suppresses phobias, and grants strong temporary shock resistance." icon = 'icons/obj/drinks/mixed_drinks.dmi' icon_state = "pod_tesla" diff --git a/code/modules/reagents/reagent_containers/cups/glassbottle.dm b/code/modules/reagents/reagent_containers/cups/glassbottle.dm index 05244baa6d9..09cf5107518 100644 --- a/code/modules/reagents/reagent_containers/cups/glassbottle.dm +++ b/code/modules/reagents/reagent_containers/cups/glassbottle.dm @@ -528,7 +528,7 @@ /obj/item/reagent_containers/cup/glass/bottle/wine_voltaic name = "Voltaic Yellow Wine" - desc = "Electrically infused wine! Recharges etherials, safe for consumption." + desc = "Electrically infused wine! Recharges ethereals, safe for consumption." custom_price = PAYCHECK_CREW icon_state = "wine_voltaic_bottle" list_reagents = list(/datum/reagent/consumable/ethanol/wine_voltaic = 100)