From 8059c66ea7427801cbc8a49adef5f4e4f0433ff7 Mon Sep 17 00:00:00 2001 From: hislittlecuzin Date: Fri, 2 Aug 2024 11:51:03 -0400 Subject: [PATCH] added cigar and weed support --- code/game/objects/items/tools/flame_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"