From ff65ec201810d4c6376ffe1525a0fa3bc668f0e5 Mon Sep 17 00:00:00 2001 From: TheVekter Date: Fri, 6 Feb 2015 05:22:53 -0600 Subject: [PATCH] Fixed "Chilli" -> "Chili" and "Coco" -> "Cocoa". Pray it passes Travis. --- .../food&drinks/food/snacks/food_mixtures.dm | 6 +++--- code/modules/food&drinks/food/snacks_other.dm | 6 +++--- code/modules/food&drinks/food/snacks_pastry.dm | 2 +- .../food&drinks/kitchen machinery/icecream_vat.dm | 4 ++-- code/modules/hydroponics/grown.dm | 14 +++++++------- code/modules/hydroponics/seeds.dm | 8 ++++---- .../Consumable-Reagents/Food-Reagents.dm | 2 +- config/admins.txt | 1 + 8 files changed, 22 insertions(+), 21 deletions(-) diff --git a/code/modules/food&drinks/food/snacks/food_mixtures.dm b/code/modules/food&drinks/food/snacks/food_mixtures.dm index 02d2d686af2..ecfce6d07ff 100644 --- a/code/modules/food&drinks/food/snacks/food_mixtures.dm +++ b/code/modules/food&drinks/food/snacks/food_mixtures.dm @@ -20,7 +20,7 @@ name = "Chocolate Bar" id = "chocolate_bar" result = null - required_reagents = list("soymilk" = 2, "coco" = 2, "sugar" = 2) + required_reagents = list("soymilk" = 2, "cocoa" = 2, "sugar" = 2) result_amount = 1 /datum/chemical_reaction/chocolate_bar/on_reaction(var/datum/reagents/holder, var/created_volume) @@ -34,7 +34,7 @@ name = "Chocolate Bar" id = "chocolate_bar" result = null - required_reagents = list("milk" = 2, "coco" = 2, "sugar" = 2) + required_reagents = list("milk" = 2, "cocoa" = 2, "sugar" = 2) result_amount = 1 mob_react = 1 /datum/chemical_reaction/chocolate_bar2/on_reaction(var/datum/reagents/holder, var/created_volume) @@ -47,7 +47,7 @@ name = "Hot Coco" id = "hot_coco" result = "hot_coco" - required_reagents = list("water" = 5, "coco" = 1) + required_reagents = list("water" = 5, "cocoa" = 1) result_amount = 5 /datum/chemical_reaction/coffee diff --git a/code/modules/food&drinks/food/snacks_other.dm b/code/modules/food&drinks/food/snacks_other.dm index dd0f226b827..78e1a3ecbe1 100644 --- a/code/modules/food&drinks/food/snacks_other.dm +++ b/code/modules/food&drinks/food/snacks_other.dm @@ -12,7 +12,7 @@ desc = "Such, sweet, fattening food." icon_state = "chocolatebarunwrapped" wrapped = 0 - list_reagents = list("nutriment" = 4, "sugar" = 2, "coco" = 2, "vitamin" = 1) + list_reagents = list("nutriment" = 4, "sugar" = 2, "cocoa" = 2, "vitamin" = 1) /obj/item/weapon/reagent_containers/food/snacks/chocolatebar/attack_self(mob/user) if(wrapped) @@ -142,10 +142,10 @@ name = "chocolate coin" desc = "A completely edible but nonflippable festive coin." icon_state = "chococoin" - list_reagents = list("nutriment" = 2, "sugar" = 2, "coco" = 2) + list_reagents = list("nutriment" = 2, "sugar" = 2, "cocoa" = 2) /obj/item/weapon/reagent_containers/food/snacks/chocoorange name = "chocolate orange" desc = "A festive chocolate orange" icon_state = "chocoorange" - list_reagents = list("nutriment" = 4, "sugar" = 2, "coco" = 2) + list_reagents = list("nutriment" = 4, "sugar" = 2, "cocoa" = 2) diff --git a/code/modules/food&drinks/food/snacks_pastry.dm b/code/modules/food&drinks/food/snacks_pastry.dm index 86c7592ec6e..55313b064a7 100644 --- a/code/modules/food&drinks/food/snacks_pastry.dm +++ b/code/modules/food&drinks/food/snacks_pastry.dm @@ -24,7 +24,7 @@ /obj/item/weapon/reagent_containers/food/snacks/donut/chaos/New() ..() - extra_reagent = pick("nutriment", "capsaicin", "frostoil", "krokodil", "plasma", "coco", "slimejelly", "banana", "berryjuice", "omnizine") + extra_reagent = pick("nutriment", "capsaicin", "frostoil", "krokodil", "plasma", "cocoa", "slimejelly", "banana", "berryjuice", "omnizine") reagents.add_reagent("[extra_reagent]", 3) if(prob(30)) icon_state = "donut2" diff --git a/code/modules/food&drinks/kitchen machinery/icecream_vat.dm b/code/modules/food&drinks/kitchen machinery/icecream_vat.dm index 0fb80d32a8b..f6c7ecc3586 100644 --- a/code/modules/food&drinks/kitchen machinery/icecream_vat.dm +++ b/code/modules/food&drinks/kitchen machinery/icecream_vat.dm @@ -22,7 +22,7 @@ /obj/machinery/icecream_vat/proc/get_ingredient_list(var/type) switch(type) if(ICECREAM_CHOCOLATE) - return list("milk", "ice", "coco") + return list("milk", "ice", "cocoa") if(ICECREAM_STRAWBERRY) return list("milk", "ice", "berryjuice") if(ICECREAM_BLUE) @@ -30,7 +30,7 @@ if(CONE_WAFFLE) return list("flour", "sugar") if(CONE_CHOC) - return list("flour", "sugar", "coco") + return list("flour", "sugar", "cocoa") else return list("milk", "ice") diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 10fad6295a6..b524efb5e52 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -285,7 +285,7 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod/add_juice() if(..()) reagents.add_reagent("nutriment", 1 + round((potency / 10), 1)) - reagents.add_reagent("coco", 4 + round((potency / 5), 1)) + reagents.add_reagent("cocoa", 4 + round((potency / 5), 1)) bitesize = 1 + round(reagents.total_volume / 2, 1) /obj/item/weapon/reagent_containers/food/snacks/grown/sugarcane @@ -523,32 +523,32 @@ user << "- Frostoil: [reagents.get_reagent_amount("frostoil")]%" -/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli - seed = /obj/item/seeds/chillighost +/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili + seed = /obj/item/seeds/chilighost name = "ghost chili" desc = "It seems to be vibrating gently." icon_state = "ghostchilipepper" var/mob/held_mob -/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli/add_juice() +/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili/add_juice() ..() reagents.add_reagent("nutriment", 1 + round((potency / 25), 1)) reagents.add_reagent("capsaicin", 8+round(potency / 2, 1)) reagents.add_reagent("condensedcapsaicin", 4+round(potency / 4, 1)) bitesize = 1 + round(reagents.total_volume / 4, 1) -/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli/attackby(var/obj/item/O as obj, var/mob/user as mob) +/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili/attackby(var/obj/item/O as obj, var/mob/user as mob) . = ..() if (istype(O, /obj/item/device/analyzer/plant_analyzer)) user << "- Capsaicin: [reagents.get_reagent_amount("capsaicin")]%" -/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli/attack_hand(mob/user as mob) +/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili/attack_hand(mob/user as mob) ..() if( istype(src.loc, /mob) ) held_mob = src.loc SSobj.processing.Add(src) -/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli/process() +/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili/process() if(held_mob && src.loc == held_mob) if( (held_mob.l_hand == src) || (held_mob.r_hand == src)) if(hasvar(held_mob,"gloves") && held_mob:gloves) diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index a2230a72c26..0fb1587d716 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -57,7 +57,7 @@ plant_type = 0 growthstages = 6 rarity = 0 // CentComm knows about this species already, it's in exotic seeds crates. - mutatelist = list(/obj/item/seeds/icepepperseed, /obj/item/seeds/chillighost) + mutatelist = list(/obj/item/seeds/icepepperseed, /obj/item/seeds/chilighost) /obj/item/seeds/replicapod name = "pack of replica pod seeds" @@ -1094,13 +1094,13 @@ new /obj/effect/spacevine_controller(user.loc, mutations) qdel(src) -/obj/item/seeds/chillighost - name = "pack of ghost chilli seeds" +/obj/item/seeds/chilighost + name = "pack of ghost chili seeds" desc = "These seeds grow into a chili said to be the hottest in the galaxy." icon_state = "seed-chilighost" species = "chilighost" plantname = "chilighost" - product = /obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chilli + product = /obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili lifespan = 20 endurance = 10 maturation = 10 diff --git a/code/modules/reagents/Chemistry-Reagents/Consumable-Reagents/Food-Reagents.dm b/code/modules/reagents/Chemistry-Reagents/Consumable-Reagents/Food-Reagents.dm index 9443053a549..e5109c8f07b 100644 --- a/code/modules/reagents/Chemistry-Reagents/Consumable-Reagents/Food-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents/Consumable-Reagents/Food-Reagents.dm @@ -236,7 +236,7 @@ datum/reagent/consumable/blackpepper datum/reagent/consumable/coco name = "Coco Powder" - id = "coco" + id = "cocoa" description = "A fatty, bitter paste made from coco beans." reagent_state = SOLID nutriment_factor = 5 * REAGENTS_METABOLISM diff --git a/config/admins.txt b/config/admins.txt index dc149720d8b..e263284f00a 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -78,3 +78,4 @@ xerux = Game Master dannno = Game Master allura = Game Master lo6a4evskiy = Game Master +vekter = Game Master \ No newline at end of file