From 05d18171e0d8598fadd170c323d1bc574f28bb81 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Sun, 24 Nov 2019 02:57:46 +0000 Subject: [PATCH] ? --- code/modules/hydroponics/grown/cotton.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/cotton.dm b/code/modules/hydroponics/grown/cotton.dm index 3fa4247f57..6555fc8cbd 100644 --- a/code/modules/hydroponics/grown/cotton.dm +++ b/code/modules/hydroponics/grown/cotton.dm @@ -76,4 +76,5 @@ throw_range = 3 attack_verb = list("bashed", "battered", "bludgeoned", "whacked") cotton_type = /obj/item/stack/sheet/cotton/durathread - cotton_name = "raw durathread" \ No newline at end of file + cotton_name = "raw durathread" + \ No newline at end of file