From f9849cd1f3d5da6c8a42aff8d45e13cc062d5133 Mon Sep 17 00:00:00 2001 From: PacifistDalek <32213277+PacifistDalek@users.noreply.github.com> Date: Wed, 13 Oct 2021 15:08:37 -0400 Subject: [PATCH] where the bananas are blue and their peels are slippy --- code/modules/hydroponics/grown/banana.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/grown/banana.dm b/code/modules/hydroponics/grown/banana.dm index cbfc5d640c4..4b15ced921c 100644 --- a/code/modules/hydroponics/grown/banana.dm +++ b/code/modules/hydroponics/grown/banana.dm @@ -51,6 +51,7 @@ throw_range = 7 /obj/item/grown/bananapeel/Initialize(mapload) + . = ..() icon_state = "[icon_state]_[rand(1, 3)]" /obj/item/grown/bananapeel/suicide_act(mob/user)