diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index 97f34f3188e..68d3871393a 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -308,7 +308,7 @@ icon_state = "rose" lefthand_file = 'icons/mob/inhands/misc/food_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/food_righthand.dmi' - slot_flags = ITEM_SLOT_HEAD + slot_flags = ITEM_SLOT_HEAD|ITEM_SLOT_MASK bite_consumption_mod = 3 foodtypes = VEGETABLES | GROSS diff --git a/icons/mob/clothing/mask.dmi b/icons/mob/clothing/mask.dmi index 2e0d692b74f..08a54fd090f 100644 Binary files a/icons/mob/clothing/mask.dmi and b/icons/mob/clothing/mask.dmi differ