Skip to content

Commit

Permalink
Remove new bell pepper
Browse files Browse the repository at this point in the history
  • Loading branch information
Shroopy committed Aug 9, 2024
1 parent 9e1d404 commit d5db4ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions code/modules/hydroponics/grown/chili.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,31 +108,3 @@

/obj/item/food/grown/bell_pepper/make_bakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/roasted_bell_pepper, rand(15 SECONDS, 25 SECONDS), TRUE, TRUE)

// Bell Pepper
/obj/item/seeds/chili/bell_pepper/bell
name = "pack of bell pepper seeds"
desc = "These seeds grow into bell pepper plants. MILD! MILD! MILD!"
icon_state = "seed-bell-pepper"
species = "bellpepper"
plantname = "Bell Pepper Plants"
product = /obj/item/food/grown/bell_pepper/bell
endurance = 10
maturation = 10
production = 10
yield = 3
rarity = PLANT_MODERATELY_RARE
genes = list(/datum/plant_gene/trait/repeated_harvest)
mutatelist = null
reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.08, /datum/reagent/consumable/nutriment = 0.04)

/obj/item/food/grown/bell_pepper/bell
seed = /obj/item/seeds/chili/bell_pepper/bell
name = "bell pepper"
desc = "A big mild pepper that's good for many things."
icon_state = "bell_pepper_2"
foodtypes = FRUIT

/obj/item/food/grown/bell_pepper/bell/Initialize(mapload)
. = ..()
src.transform *= 0.75
Binary file modified icons/obj/service/hydroponics/harvest.dmi
Binary file not shown.

0 comments on commit d5db4ec

Please sign in to comment.