From 2b41d7360418211c88c8f06e1a27fa0bae91f44e Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:01:13 +0200 Subject: [PATCH] coverage --- code/modules/clothing/head/misc_special.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 8243b83178a4..24e2f95f03bd 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -372,6 +372,7 @@ desc = "A realistic imitation of a flower. Not edible though." icon = 'icons/obj/hydroponics/harvest.dmi' icon_state = "poppy" + body_parts_covered = null unique_reskin = list( "Poppy" = "poppy", "Sunflower" = "sunflower",