This commit is contained in:
PacifistDalek
2021-10-14 13:06:30 -04:00
parent cffcadb029
commit 58f642fa7a
7 changed files with 10 additions and 6 deletions
+6 -2
View File
@@ -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
+4 -4
View File
@@ -41,10 +41,10 @@
/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
@@ -59,10 +59,10 @@
/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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB