diff --git a/code/modules/hydroponics/grown/towercap.dm b/code/modules/hydroponics/grown/towercap.dm index 5858db2947f..93f38bc43fe 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -52,6 +52,9 @@ /obj/item/grown/log/attackby(obj/item/W, mob/user, params) if(is_sharp(W)) + if(in_inventory) + to_chat(user, "You need to place [src] on a flat surface to make [plank_name].") + return user.show_message("You make [plank_name] out of \the [src]!", 1) var/seed_modifier = 0 if(seed)