mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
take me down to hydroponic city
This commit is contained in:
@@ -51,12 +51,7 @@
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/grown/bananapeel/Initialize(mapload)
|
||||
. = ..()
|
||||
if(prob(40))
|
||||
if(prob(60))
|
||||
icon_state = "[icon_state]_2"
|
||||
else
|
||||
icon_state = "[icon_state]_3"
|
||||
icon_state = "[icon_state]_[rand(1, 3)]"
|
||||
|
||||
/obj/item/grown/bananapeel/suicide_act(mob/user)
|
||||
user.visible_message("<span class='suicide'>[user] is deliberately slipping on [src]! It looks like [user.p_theyre()] trying to commit suicide.</span>")
|
||||
|
||||
@@ -35,16 +35,18 @@
|
||||
icon_state = "seed-lily"
|
||||
species = "lily"
|
||||
plantname = "Lily Plants"
|
||||
icon_grow = "lily-grow"
|
||||
icon_dead = "lily-dead"
|
||||
product = /obj/item/reagent_containers/food/snacks/grown/poppy/lily
|
||||
mutatelist = list()
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/poppy/lily
|
||||
seed = /obj/item/seeds/poppy/lily
|
||||
name = "lily"
|
||||
desc = "A beautiful orange flower"
|
||||
desc = "A beautiful white flower"
|
||||
icon_state = "lily"
|
||||
tastes = list("lily" = 1)
|
||||
filling_color = "#FFA500"
|
||||
filling_color = "#C7BBAD"
|
||||
|
||||
// Geranium
|
||||
/obj/item/seeds/poppy/geranium
|
||||
@@ -53,16 +55,18 @@
|
||||
icon_state = "seed-geranium"
|
||||
species = "geranium"
|
||||
plantname = "Geranium Plants"
|
||||
icon_grow = "geranium-grow"
|
||||
icon_dead = "geranium-dead"
|
||||
product = /obj/item/reagent_containers/food/snacks/grown/poppy/geranium
|
||||
mutatelist = list()
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/poppy/geranium
|
||||
seed = /obj/item/seeds/poppy/geranium
|
||||
name = "geranium"
|
||||
desc = "A beautiful blue flower"
|
||||
desc = "A beautiful purple flower"
|
||||
icon_state = "geranium"
|
||||
tastes = list("geranium" = 1)
|
||||
filling_color = "#008B8B"
|
||||
filling_color = "#A463FB"
|
||||
|
||||
|
||||
// Harebell
|
||||
|
||||
Reference in New Issue
Block a user