ice peppers renamed to chilly peppers (#48289)

* 1

* 2
This commit is contained in:
tralezab
2019-12-18 20:20:23 -05:00
committed by Jordan Brown
parent 8dc6c1c577
commit 82f7330833
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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"