Revert "Revert "Pink Peppers""

This reverts commit c85a488ec92b353a76543f1133edfc5222cd62f3.
This commit is contained in:
Tsuchigumo550
2020-09-10 16:27:51 -04:00
parent 40af12c253
commit cd916014a6
4 changed files with 26 additions and 1 deletions
+26 -1
View File
@@ -15,7 +15,7 @@
icon_grow = "chili-grow" // Uses one growth icons set for all the subtypes
icon_dead = "chili-dead" // Same for the dead icon
genes = list(/datum/plant_gene/trait/repeated_harvest)
mutatelist = list(/obj/item/seeds/chili/ice, /obj/item/seeds/chili/ghost)
mutatelist = list(/obj/item/seeds/chili/ice, /obj/item/seeds/chili/ghost, /obj/item/seeds/chili/pink)
reagents_add = list("capsaicin" = 0.25, "vitamin" = 0.04, "nutriment" = 0.04)
/obj/item/reagent_containers/food/snacks/grown/chili
@@ -80,6 +80,31 @@
foodtype = FRUIT
wine_power = 50
//Pink-peppers
/obj/item/seeds/chili/pink
name = "pack of pink pepper seeds"
desc = "These seeds grow into pink pepper plants."
icon_state = "seed-chilipink"
species = "chilipink"
plantname = "Pink Pepper Plants"
product = /obj/item/reagent_containers/food/snacks/grown/pink_chili
maturation = 6
production = 4
yield = 3
rarity = 20
mutatelist = list()
reagents_add = list("aphro" = 0.2, "penis_enlarger" = 0.1, "vitamin" = 0.04, "nutriment" = 0.04)
/obj/item/reagent_containers/food/snacks/grown/pink_chili
seed = /obj/item/seeds/chili/pink
name = "pink pepper"
desc = "It looks almost like a knotted phallus. Is it... throbbing?"
icon_state = "pinkchilipepper"
filling_color = "#FF1458"
bitesize_mod = 3
foodtype = FRUIT
wine_power = 40
/obj/item/reagent_containers/food/snacks/grown/ghost_chili/attack_hand(mob/user)
. = ..()
if(.)