From 75d442ff72314b6de07ff0fcb534af55526f17e1 Mon Sep 17 00:00:00 2001 From: VINNET <179967236+lesTYP@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:41:29 +0300 Subject: [PATCH] adds the ability to put cigarettes behind the ear --- code/game/objects/items/weapons/cigs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/cigs.dm b/code/game/objects/items/weapons/cigs.dm index bdaaceb28fe9..4ae7fc748af1 100644 --- a/code/game/objects/items/weapons/cigs.dm +++ b/code/game/objects/items/weapons/cigs.dm @@ -22,7 +22,7 @@ LIGHTERS ARE IN LIGHTERS.DM icon_state = "cigoff" item_state = "cigoff" throw_speed = 0.5 - slot_flags = ITEM_SLOT_MASK + slot_flags = ITEM_SLOT_MASK | ITEM_SLOT_BOTH_EARS w_class = WEIGHT_CLASS_TINY body_parts_covered = null attack_verb = null