diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 476f4e120be..bc8ecd7c8b3 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -139,6 +139,7 @@ name = "poppy" desc = "Long-used as a symbol of rest, peace, and death." icon_state = "poppy" + slot_flags = SLOT_HEAD potency = 30 New() ..() @@ -152,6 +153,7 @@ name = "harebell" desc = "\"I'll sweeten thy sad grave: thou shalt not lack the flower that's like thy face, pale primrose, nor the azured hare-bell, like thy veins; no, nor the leaf of eglantine, whom not to slander, out-sweeten’d not thy breath.\"" icon_state = "harebell" + slot_flags = SLOT_HEAD potency = 1 New() ..() @@ -582,6 +584,7 @@ name = "moonflower" desc = "Store in a location at least 50 yards away from werewolves." icon_state = "moonflower" + slot_flags = SLOT_HEAD New() ..() spawn(5) //So potency can be set in the proc that creates these crops diff --git a/code/modules/hydroponics/growninedible.dm b/code/modules/hydroponics/growninedible.dm index c24e02fef31..11e8e7c3c20 100644 --- a/code/modules/hydroponics/growninedible.dm +++ b/code/modules/hydroponics/growninedible.dm @@ -62,6 +62,7 @@ damtype = "fire" force = 0 flags = TABLEPASS + slot_flags = SLOT_HEAD throwforce = 1 w_class = 1.0 throw_speed = 1 @@ -77,6 +78,7 @@ damtype = "fire" force = 0 flags = TABLEPASS + slot_flags = SLOT_HEAD throwforce = 1 w_class = 1.0 throw_speed = 1 diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index a0397137a96..4909e3f6830 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ