From 82f7330833cb040beba853248976f957e4a36be0 Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:20:23 -0800 Subject: [PATCH] ice peppers renamed to chilly peppers (#48289) * 1 * 2 --- code/modules/cargo/bounties/botany.dm | 2 +- code/modules/hydroponics/grown/chili.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/cargo/bounties/botany.dm b/code/modules/cargo/bounties/botany.dm index 16bd501f319..0a162f3fa72 100644 --- a/code/modules/cargo/bounties/botany.dm +++ b/code/modules/cargo/bounties/botany.dm @@ -99,7 +99,7 @@ wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/chili) /datum/bounty/item/botany/ice_chili - name = "Ice Chili Peppers" + name = "Chilly Peppers" wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/icepepper) multiplier = 2 diff --git a/code/modules/hydroponics/grown/chili.dm b/code/modules/hydroponics/grown/chili.dm index 0522b5fd454..d3073682e75 100644 --- a/code/modules/hydroponics/grown/chili.dm +++ b/code/modules/hydroponics/grown/chili.dm @@ -30,11 +30,11 @@ // Ice Chili /obj/item/seeds/chili/ice - name = "pack of ice pepper seeds" - desc = "These seeds grow into ice pepper plants." + name = "pack of chilly pepper seeds" + desc = "These seeds grow into chilly pepper plants." icon_state = "seed-icepepper" species = "chiliice" - plantname = "Ice Pepper Plants" + plantname = "Chilly Pepper Plants" product = /obj/item/reagent_containers/food/snacks/grown/icepepper lifespan = 25 maturation = 4 @@ -45,7 +45,7 @@ /obj/item/reagent_containers/food/snacks/grown/icepepper seed = /obj/item/seeds/chili/ice - name = "ice pepper" + name = "chilly pepper" desc = "It's a mutant strain of chili." icon_state = "icepepper" filling_color = "#0000CD"