Skip to content

Commit

Permalink
Adds LanternFruit!
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidlink1 committed Nov 14, 2023
1 parent 0e9a853 commit 7824563
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions code/modules/hydroponics/grown/berries.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,33 @@
juice_results = list(/datum/reagent/consumable/toechtauese_juice = 0)
tastes = list("fiery itchy pain" = 1)
distill_reagent = /datum/reagent/toxin/itching_powder

/obj/item/seeds/lanternfruit
name = "pack of lanternfruit seeds"
desc = "These seeds grow into lanternfruit pods."
icon_state = "seed-lanternfruit"
species = "lanternfruit"
plantname = "Lanternfruit Pod"
product = /obj/item/food/grown/lanternfruit
lifespan = 35
endurance = 35
maturation = 5
production = 5
growthstages = 3
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "lanternfruit-grow"
icon_dead = "lanternfruit-dead"
icon_harvest = "lanternfruit-harvest"
genes = list(/datum/plant_gene/trait/glow/yellow)
mutatelist = null
reagents_add = list(/datum/reagent/sulfur = 0.07, /datum/reagent/consumable/sugar = 0.07, /datum/reagent/consumable/liquidelectricity = 0.07)
graft_gene = /datum/plant_gene/trait/glow/yellow

/obj/item/food/grown/lanternfruit
seed = /obj/item/seeds/lanternfruit
name = "lanternfruits"
desc = "A sofly glowing fruit with a handle-shaped stem, an Ethereal favorite!"
icon_state = "lanternfruit"
foodtypes = FRUIT
tastes = list("tv static" = 1, "sour pear" = 1, "grapefruit" = 1)
distill_reagent = /datum/reagent/consumable/ethanol/fruit_wine
1 change: 1 addition & 0 deletions code/modules/vending/megaseed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/obj/item/seeds/cocoapod = 3,
/obj/item/seeds/eggplant = 3,
/obj/item/seeds/grape = 3,
/obj/item/seeds/lanternfruit = 3,
/obj/item/seeds/lemon = 3,
/obj/item/seeds/lime = 3,
/obj/item/seeds/olive = 3,
Expand Down
Binary file modified icons/obj/hydroponics/growing_fruits.dmi
Binary file not shown.
Binary file modified icons/obj/hydroponics/harvest.dmi
Binary file not shown.
Binary file modified icons/obj/hydroponics/seeds.dmi
Binary file not shown.

0 comments on commit 7824563

Please sign in to comment.