mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Merge pull request #16930 from PacifistDalek/TG-hydroponics-sprites
Whole bunch of Hydroponics Sprite changes
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/grown/bananapeel/Initialize(mapload)
|
||||
. = ..()
|
||||
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>")
|
||||
playsound(loc, 'sound/misc/slip.ogg', 50, 1, -1)
|
||||
@@ -101,7 +105,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana/bluespace
|
||||
seed = /obj/item/seeds/banana/bluespace
|
||||
name = "bluespace banana"
|
||||
icon_state = "banana_blue"
|
||||
icon_state = "bluenana"
|
||||
trash = /obj/item/grown/bananapeel/bluespace
|
||||
filling_color = "#0000FF"
|
||||
origin_tech = "biotech=3;bluespace=5"
|
||||
@@ -112,7 +116,7 @@
|
||||
seed = /obj/item/seeds/banana/bluespace
|
||||
name = "bluespace banana peel"
|
||||
desc = "A peel from a bluespace banana."
|
||||
icon_state = "banana_peel_blue"
|
||||
icon_state = "bluenana_peel"
|
||||
|
||||
// Other
|
||||
/obj/item/grown/bananapeel/specialpeel //used by /obj/item/clothing/shoes/clown_shoes/banana_shoes
|
||||
|
||||
@@ -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