From 6e18f10eadd51be69fc40e02ed70ee967b773fc8 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sun, 17 Jan 2021 01:50:28 -0600 Subject: [PATCH] forgot i wasnt usin that oops --- code/modules/hydroponics/grown/cotton.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/cotton.dm b/code/modules/hydroponics/grown/cotton.dm index 8e7bcc9883..daaf71c626 100644 --- a/code/modules/hydroponics/grown/cotton.dm +++ b/code/modules/hydroponics/grown/cotton.dm @@ -32,7 +32,7 @@ var/cotton_type = /obj/item/stack/sheet/cotton var/cotton_name = "raw cotton" -/obj/item/grown/cotton/attack_self(mob/user, recursive) +/obj/item/grown/cotton/attack_self(mob/user) user.show_message("You pull some [cotton_name] out of the [name]!", MSG_VISUAL) var/cottonAmt = 1 + round(seed.potency / 25) // cotton inhand we're holding for(var/obj/item/grown/cotton/ctn in user.loc) // cotton on the floor