Milkmelon

Adds a counterpart to the pink pepper which causes breast expansion instead.
This commit is contained in:
Tsuchigumo550
2020-09-10 17:41:22 -04:00
parent cd916014a6
commit 298728b0aa
4 changed files with 23 additions and 1 deletions
+23 -1
View File
@@ -11,7 +11,7 @@
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_dead = "watermelon-dead"
genes = list(/datum/plant_gene/trait/repeated_harvest)
mutatelist = list(/obj/item/seeds/watermelon/holy)
mutatelist = list(/obj/item/seeds/watermelon/holy, /obj/item/seeds/watermelon/milk)
reagents_add = list("water" = 0.2, "vitamin" = 0.04, "nutriment" = 0.2)
/obj/item/seeds/watermelon/suicide_act(mob/user)
@@ -62,3 +62,25 @@
/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize()
. = ..()
AddComponent(/datum/component/anti_magic, TRUE, TRUE) //deliver us from evil o melon god
//Milkmelon
/obj/item/seeds/watermelon/milk
name = "pack of milkmelon seeds"
desc = "These seeds grow into Milkmelon plants."
icon_state = "seed-milkmelon"
species = "milkmelon"
plantname = "Milk Melon Vines"
product = /obj/item/reagent_containers/food/snacks/grown/milkmelon
mutatelist = list()
reagents_add = list("milk" = 0.2, "breast_enlarger" = 0.1, "vitamin" = 0.04, "nutriment" = 0.1)
rarity = 20
/obj/item/reagent_containers/food/snacks/grown/milkmelon
seed = /obj/item/seeds/watermelon/milk
name = "milkmelon"
desc = "A softer, rounder-looking watermelon that audibly sloshes with milk."
icon_state = "milkmelon"
filling_color = "#FFFFEE"
dried_type = null
wine_power = 30
wine_flavor = "creamy"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB