diff --git a/code/game/objects/items/tools/flame_tools.dm b/code/game/objects/items/tools/flame_tools.dm index 666474a82bed..8af7d15e0ff3 100644 --- a/code/game/objects/items/tools/flame_tools.dm +++ b/code/game/objects/items/tools/flame_tools.dm @@ -177,6 +177,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM w_class = SIZE_TINY flags_armor_protection = 0 flags_equip_slot = SLOT_EAR | SLOT_FACE + flags_obj = parent_type::flags_obj|OBJ_IS_HELMET_GARB flags_atom = CAN_BE_SYRINGED attack_verb = list("burnt", "singed") blood_overlay_type = "" @@ -454,7 +455,6 @@ CIGARETTE PACKETS ARE IN FANCY.DM icon_off = "cigar_off" w_class = SIZE_SMALL flags_equip_slot = SLOT_FACE - flags_obj = parent_type::flags_obj|OBJ_IS_HELMET_GARB type_butt = /obj/item/trash/cigbutt/cigarbutt throw_speed = SPEED_VERY_FAST item_state = "cigar_off"