Spelling Fixes (#8973)

* SpellingFixes

* OtherTypos

* OtherTypos
This commit is contained in:
klorpa
2023-04-08 21:39:28 -08:00
committed by GitHub
parent ff4bb85a40
commit f445ffde0a
335 changed files with 943 additions and 943 deletions
@@ -1,6 +1,6 @@
/obj/machinery/chem_master
name = "ChemMaster 3000"
desc = "Used to seperate and package chemicals in to patches, pills, or bottles. Warranty void if used to create illicit drugs."
desc = "Used to separate and package chemicals in to patches, pills, or bottles. Warranty void if used to create illicit drugs."
density = 1
anchored = 1
icon = 'icons/obj/chemical.dmi'
@@ -194,7 +194,7 @@ SEC_PACK(calcium, /obj/item/reagent_containers/chem_disp_cartridge/calcium,
// Bar-restricted (alcoholic drinks)
// Datum path Contents type Supply pack name Container name Cost Container access
SEC_PACK(beer, /obj/item/reagent_containers/chem_disp_cartridge/beer, "Reagent refill - Beer", "beer reagent cartridge crate", 15, access_bar)
SEC_PACK(kahlua, /obj/item/reagent_containers/chem_disp_cartridge/kahlua, "Reagent refill - Kahlua", "kahlua reagent cartridge crate", 15, access_bar)
SEC_PACK(kahlua, /obj/item/reagent_containers/chem_disp_cartridge/kahlua, "Reagent refill - Kahlúa", "Kahlúa reagent cartridge crate", 15, access_bar)
SEC_PACK(whiskey, /obj/item/reagent_containers/chem_disp_cartridge/whiskey, "Reagent refill - Whiskey", "whiskey reagent cartridge crate", 15, access_bar)
SEC_PACK(rwine, /obj/item/reagent_containers/chem_disp_cartridge/redwine, "Reagent refill - Red Wine", "red wine reagent cartridge crate", 15, access_bar)
SEC_PACK(wwine, /obj/item/reagent_containers/chem_disp_cartridge/whitewine, "Reagent refill - White Wine", "white wine reagent cartridge crate", 15, access_bar)
@@ -171,7 +171,7 @@
result_amount = 10
/decl/chemical_reaction/instant/drinks/kahlua
name = "Kahlua"
name = "Kahlúa"
id = "kahlua"
result = "kahlua"
required_reagents = list("coffee" = 5, "sugar" = 5)
+1 -1
View File
@@ -236,7 +236,7 @@ About Reagents:
Called when [newamount] of reagent with [newdata] data is added to the current reagent. Used by paint.
get_data()
Returns data. Can be overriden.
Returns data. Can be overridden.
About Recipes:
@@ -31,7 +31,7 @@
to_chat(user, "<span class='notice'>[target] is full.</span>")
return
if(!target.is_open_container() && !ismob(target) && !istype(target, /obj/item/reagent_containers/food) && !istype(target, /obj/item/clothing/mask/smokable/cigarette)) //You can inject humans and food but you cant remove the shit.
if(!target.is_open_container() && !ismob(target) && !istype(target, /obj/item/reagent_containers/food) && !istype(target, /obj/item/clothing/mask/smokable/cigarette)) //You can inject humans and food but you can't remove the shit.
to_chat(user, "<span class='notice'>You cannot directly fill this object.</span>")
return
+2 -2
View File
@@ -6,7 +6,7 @@
var/id = "reagent"
var/description = "A non-descript chemical."
var/taste_description = "bitterness"
var/taste_mult = 1 //how this taste compares to others. Higher values means it is more noticable
var/taste_mult = 1 //how this taste compares to others. Higher values means it is more noticeable
var/datum/reagents/holder = null
var/reagent_state = SOLID
var/list/data = null
@@ -27,7 +27,7 @@
var/affects_robots = 0 // Does this chem process inside a Synth?
var/allergen_type // What potential allergens does this contain?
var/allergen_factor = 2 // If the potential allergens are mixed and low-volume, they're a bit less dangerous. Needed for drinks because they're a single reagent compared to food which contains multiple seperate reagents.
var/allergen_factor = 2 // If the potential allergens are mixed and low-volume, they're a bit less dangerous. Needed for drinks because they're a single reagent compared to food which contains multiple separate reagents.
var/cup_icon_state = null
var/cup_name = null
+1 -1
View File
@@ -29,7 +29,7 @@
/datum/reagent/carbon/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
if(alien == IS_DIONA)
return
if(M.ingested && M.ingested.reagent_list.len > 1) // Need to have at least 2 reagents - cabon and something to remove
if(M.ingested && M.ingested.reagent_list.len > 1) // Need to have at least 2 reagents - carbon and something to remove
var/effect = 1 / (M.ingested.reagent_list.len - 1)
for(var/datum/reagent/R in M.ingested.reagent_list)
if(R == src)
+39 -39
View File
@@ -83,7 +83,7 @@
/datum/reagent/nutriment/coating/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
//We'll assume that the batter isnt going to be regurgitated and eaten by someone else. Only show this once
//We'll assume that the batter isn't going to be regurgitated and eaten by someone else. Only show this once
if(data["cooked"] != 1)
if (!messaged)
to_chat(M, "<span class='warning'>Ugh, this raw [name] tastes disgusting.</span>")
@@ -2216,13 +2216,13 @@
/datum/reagent/drink/sweetsundaeramen
name = "Dessert Ramen"
id = "dessertramen"
description = "How many things can you add to a cup of ramen before it begins to question its existance?"
description = "How many things can you add to a cup of ramen before it begins to question its exitance?"
taste_description = "unbearable sweetness"
color = "#4444FF"
nutrition = 5
glass_name = "Sweet Sundae Ramen"
glass_desc = "How many things can you add to a cup of ramen before it begins to question its existance?"
glass_desc = "How many things can you add to a cup of ramen before it begins to question its existence?"
/datum/reagent/drink/ice
name = "Ice"
@@ -2466,12 +2466,12 @@
/datum/reagent/drink/tropicalfizz
name = "Tropical Fizz"
id = "tropicalfizz"
description = "One sip and you're in the bahamas."
description = "One sip and you're in the Bahamas."
taste_description = "tropical"
color = "#69375C"
glass_name = "tropical fizz"
glass_desc = "One sip and you're in the bahamas."
glass_desc = "One sip and you're in the Bahamas."
glass_icon = DRINK_ICON_NOISY
glass_special = list(DRINK_FIZZ)
allergen_type = ALLERGEN_FRUIT //Made with several fruit juices
@@ -2479,12 +2479,12 @@
/datum/reagent/drink/fauxfizz
name = "Faux Fizz"
id = "fauxfizz"
description = "One sip and you're in the bahamas... maybe."
description = "One sip and you're in the Bahamas... maybe."
taste_description = "slightly tropical"
color = "#69375C"
glass_name = "tropical fizz"
glass_desc = "One sip and you're in the bahamas... maybe."
glass_desc = "One sip and you're in the Bahamas... maybe."
glass_icon = DRINK_ICON_NOISY
glass_special = list(DRINK_FIZZ)
allergen_type = ALLERGEN_FRUIT //made with several fruit juices
@@ -2509,7 +2509,7 @@
/datum/reagent/ethanol/ale
name = "Ale"
id = "ale"
description = "A dark alchoholic beverage made by malted barley and yeast."
description = "A dark alcoholic beverage made by malted barley and yeast."
taste_description = "hearty barley ale"
color = "#4C3100"
strength = 50
@@ -2570,7 +2570,7 @@
/datum/reagent/ethanol/cognac
name = "Cognac"
id = "cognac"
description = "A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. Classy as fornication."
description = "A sweet and strongly alcoholic drink, made after numerous distillations and years of maturing. Classy as fornication."
taste_description = "rich and smooth alcohol"
taste_mult = 1.1
color = "#AB3C05"
@@ -2623,7 +2623,7 @@
allergen_type = ALLERGEN_FRUIT //Made from juniper berries
//Base type for alchoholic drinks containing coffee
//Base type for alcoholic drinks containing coffee
/datum/reagent/ethanol/coffee
overdose = 45
allergen_type = ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Contains coffee or is made from coffee
@@ -2655,7 +2655,7 @@
M.make_jittery(5)
/datum/reagent/ethanol/coffee/kahlua
name = "Kahlua"
name = "Kahlúa"
id = "kahlua"
description = "A widely known, Mexican coffee-flavored liqueur. In production since 1936!"
taste_description = "spiked latte"
@@ -2809,7 +2809,7 @@
/datum/reagent/ethanol/redwine
name = "Red Wine"
id = "redwine"
description = "An premium alchoholic beverage made from distilled grape juice."
description = "An premium alcoholic beverage made from distilled grape juice."
taste_description = "bitter sweetness"
color = "#7E4043" // rgb: 126, 64, 67
strength = 15
@@ -2822,7 +2822,7 @@
/datum/reagent/ethanol/whitewine
name = "White Wine"
id = "whitewine"
description = "An premium alchoholic beverage made from fermenting of the non-coloured pulp of grapes."
description = "An premium alcoholic beverage made from fermenting of the non-coloured pulp of grapes."
taste_description = "light fruity flavor"
color = "#F4EFB0" // rgb: 244, 239, 176
strength = 15
@@ -2835,7 +2835,7 @@
/datum/reagent/ethanol/carnoth
name = "Carnoth"
id = "carnoth"
description = "An premium alchoholic beverage made with multiple hybridized species of grapes that give it a dark maroon coloration."
description = "An premium alcoholic beverage made with multiple hybridized species of grapes that give it a dark maroon coloration."
taste_description = "alcoholic sweet flavor"
color = "#5B0000" // rgb: 0, 100, 35
strength = 20
@@ -2995,21 +2995,21 @@
glass_name = "Atomic Bomb"
glass_desc = "We cannot take legal responsibility for your actions after imbibing."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_FRUIT|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from b52 which contains kahlua(coffee/caffeine), cognac(fruit), and irish cream(Whiskey(grains),cream(dairy))
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_FRUIT|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from b52 which contains Kahlúa(coffee/caffeine), cognac(fruit), and Irish cream(Whiskey(grains),cream(dairy))
/datum/reagent/ethanol/coffee/b52
name = "B-52"
id = "b52"
description = "Kahlua, Irish cream, and cognac. You will get bombed."
description = "Kahlúa, Irish cream, and cognac. You will get bombed."
taste_description = "coffee, almonds, and whiskey"
taste_mult = 1.3
color = "#997650"
strength = 12
glass_name = "B-52"
glass_desc = "Kahlua, Irish cream, and cognac. You will get bombed."
glass_desc = "Kahlúa, Irish cream, and cognac. You will get bombed."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_FRUIT|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from kahlua(coffee/caffeine), cognac(fruit), and irish cream(Whiskey(grains),cream(dairy))
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_FRUIT|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from Kahlúa(coffee/caffeine), cognac(fruit), and Irish cream(Whiskey(grains),cream(dairy))
/datum/reagent/ethanol/bahama_mama
name = "Bahama mama"
@@ -3095,7 +3095,7 @@
glass_name = "Black Russian"
glass_desc = "For the lactose-intolerant. Still as classy as a White Russian."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from vodka(grains) and kahlua(coffee/caffeine)
allergen_type = ALLERGEN_COFFEE|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from vodka(grains) and Kahlúa(coffee/caffeine)
/datum/reagent/ethanol/bloody_mary
name = "Bloody Mary"
@@ -3208,7 +3208,7 @@
glass_name = "Devil's Kiss"
glass_desc = "Creepy time!"
allergen_type = ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from kahlua (Coffee)
allergen_type = ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from Kahlúa (Coffee)
/datum/reagent/ethanol/driestmartini
name = "Driest Martini"
@@ -3323,7 +3323,7 @@
/datum/reagent/ethanol/hooch
name = "Hooch"
id = "hooch"
description = "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?"
description = "Either someone's failure at cocktail making or attempt in alcohol production. In any case, do you really want to drink that?"
taste_description = "pure alcohol"
color = "#4C3100"
strength = 25
@@ -3356,9 +3356,9 @@
strength = 15
glass_name = "Irish Car Bomb"
glass_desc = "An irish car bomb."
glass_desc = "An Irish car bomb."
allergen_type = ALLERGEN_DAIRY|ALLERGEN_GRAINS //Made from ale(grains) and irish cream(whiskey(grains), cream(dairy))
allergen_type = ALLERGEN_DAIRY|ALLERGEN_GRAINS //Made from ale(grains) and Irish cream(whiskey(grains), cream(dairy))
/datum/reagent/ethanol/coffee/irishcoffee
name = "Irish Coffee"
@@ -3371,7 +3371,7 @@
glass_name = "Irish coffee"
glass_desc = "Coffee and alcohol. More fun than a Mimosa to drink in the morning."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from Coffee(coffee/caffeine) and irish cream(whiskey(grains), cream(dairy))
allergen_type = ALLERGEN_COFFEE|ALLERGEN_DAIRY|ALLERGEN_GRAINS|ALLERGEN_STIMULANT //Made from Coffee(coffee/caffeine) and Irish cream(whiskey(grains), cream(dairy))
/datum/reagent/ethanol/irish_cream
name = "Irish Cream"
@@ -3423,7 +3423,7 @@
glass_name = "Manhattan Project"
glass_desc = "A scientist's drink of choice, for thinking how to blow up the station."
allergen_type = ALLERGEN_GRAINS|ALLERGEN_FRUIT //Made from manhattan which is made from whiskey(grains), and vermouth(fruit)
allergen_type = ALLERGEN_GRAINS|ALLERGEN_FRUIT //Made from Manhattan which is made from whiskey(grains), and vermouth(fruit)
/datum/reagent/ethanol/manly_dorf
name = "The Manly Dorf"
@@ -3434,7 +3434,7 @@
strength = 25
glass_name = "The Manly Dorf"
glass_desc = "A manly concotion made from Ale and Beer. Intended for true men only."
glass_desc = "A manly concoction made from Ale and Beer. Intended for true men only."
allergen_type = ALLERGEN_GRAINS //Made from beer(grains) and ale(grains)
@@ -3584,7 +3584,7 @@
glass_name = "Snow White"
glass_desc = "A cold refreshment."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_FRUIT|ALLERGEN_STIMULANT //made from Pineapple juice(fruit), lemon_lime(fruit), and kahlua(coffee/caffine)
allergen_type = ALLERGEN_COFFEE|ALLERGEN_FRUIT|ALLERGEN_STIMULANT //made from Pineapple juice(fruit), lemon_lime(fruit), and Kahlúa(coffee/caffine)
/datum/reagent/ethanol/suidream
name = "Sui Dream"
@@ -3669,7 +3669,7 @@
/datum/reagent/ethanol/vodkatonic
name = "Vodka and Tonic"
id = "vodkatonic"
description = "For when a gin and tonic isn't russian enough."
description = "For when a gin and tonic isn't Russian enough."
taste_description = "tart bitterness"
color = "#0064C8" // rgb: 0, 100, 200
strength = 15
@@ -3690,7 +3690,7 @@
glass_name = "White Russian"
glass_desc = "A very nice looking drink. But that's just, like, your opinion, man."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_GRAINS|ALLERGEN_DAIRY|ALLERGEN_STIMULANT //Made from black russian(vodka(grains), kahlua(coffee/caffeine)) and cream(dairy)
allergen_type = ALLERGEN_COFFEE|ALLERGEN_GRAINS|ALLERGEN_DAIRY|ALLERGEN_STIMULANT //Made from black Russian(vodka(grains), Kahlúa(coffee/caffeine)) and cream(dairy)
/datum/reagent/ethanol/whiskey_cola
name = "Whiskey Cola"
@@ -3824,15 +3824,15 @@
/datum/reagent/ethanol/coffee/elysiumfacepunch
name = "Elysium Facepunch"
id = "elysiumfacepunch"
description = "A loathesome cocktail favored by Heaven's skeleton shift workers."
description = "A loathsome cocktail favored by Heaven's skeleton shift workers."
taste_description = "sour coffee"
color = "#8f7729"
strength = 20
glass_name = "Elysium Facepunch"
glass_desc = "A loathesome cocktail favored by Heaven's skeleton shift workers."
glass_desc = "A loathsome cocktail favored by Heaven's skeleton shift workers."
allergen_type = ALLERGEN_COFFEE|ALLERGEN_FRUIT|ALLERGEN_STIMULANT //Made from kahlua(Coffee/caffeine) and lemonjuice(fruit)
allergen_type = ALLERGEN_COFFEE|ALLERGEN_FRUIT|ALLERGEN_STIMULANT //Made from Kahlúa(Coffee/caffeine) and lemonjuice(fruit)
/datum/reagent/ethanol/erebusmoonrise
name = "Erebus Moonrise"
@@ -3952,13 +3952,13 @@
/datum/reagent/ethanol/bitters
name = "Bitters"
id = "bitters"
description = "An aromatic, typically alcohol-based infusions of bittering botanticals and flavoring agents like fruit peels, spices, dried flowers, and herbs."
description = "An aromatic, typically alcohol-based infusions of bittering botanicals and flavoring agents like fruit peels, spices, dried flowers, and herbs."
taste_description = "sharp bitterness"
color = "#9b6241" // rgb(155, 98, 65)
strength = 50
glass_name = "Bitters"
glass_desc = "An aromatic, typically alcohol-based infusions of bittering botanticals and flavoring agents like fruit peels, spices, dried flowers, and herbs."
glass_desc = "An aromatic, typically alcohol-based infusions of bittering botanicals and flavoring agents like fruit peels, spices, dried flowers, and herbs."
/datum/reagent/ethanol/soemmerfire
name = "Soemmer Fire"
@@ -3971,7 +3971,7 @@
glass_name = "Soemmer Fire"
glass_desc = "A painfully hot mixed drink, for when you absolutely need to hurt right now."
allergen_type = ALLERGEN_GRAINS|ALLERGEN_FRUIT //Made from manhattan(whiskey(grains), vermouth(fruit))
allergen_type = ALLERGEN_GRAINS|ALLERGEN_FRUIT //Made from Manhattan(whiskey(grains), vermouth(fruit))
/datum/reagent/drink/soemmerfire/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
@@ -4003,7 +4003,7 @@
glass_name = "Morning After"
glass_desc = "The finest hair of the dog, coming up!"
allergen_type = ALLERGEN_GRAINS|ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from sbiten(vodka(grain)) and coffee(coffee/caffine)
allergen_type = ALLERGEN_GRAINS|ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from sbiten(vodka(grain)) and coffee(coffee/caffeine)
/datum/reagent/ethanol/vesper
name = "Vesper"
@@ -4250,7 +4250,7 @@
name = "Godka"
id = "godka"
description = "Number one drink AND fueling choice for Russians multiverse-wide."
taste_description = "russian steel and a hint of grain"
taste_description = "Russian steel and a hint of grain"
color = "#0064C8"
strength = 50
@@ -4279,7 +4279,7 @@
/datum/reagent/ethanol/holywine
name = "Angel Ichor"
id = "holywine"
description = "A premium alchoholic beverage made from distilled angel blood."
description = "A premium alcoholic beverage made from distilled angel blood."
taste_description = "wings in a glass, and a hint of grape"
color = "#C4921E"
strength = 20
@@ -4330,7 +4330,7 @@
glass_name = "Angel's Kiss"
glass_desc = "Miracle time!"
allergen_type = ALLERGEN_FRUIT|ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from holy wine(fruit), and kahlua(coffee)
allergen_type = ALLERGEN_FRUIT|ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Made from holy wine(fruit), and Kahlúa(coffee)
/datum/reagent/ethanol/ichor_mead
name = "Ichor Mead"
+1 -1
View File
@@ -796,7 +796,7 @@
/datum/reagent/cryptobiolin
name = "Cryptobiolin"
id = "cryptobiolin"
description = "Cryptobiolin causes confusion and dizzyness."
description = "Cryptobiolin causes confusion and dizziness."
taste_description = "sourness"
reagent_state = LIQUID
color = "#000055"