Skip to content

Commit

Permalink
added cigar and weed support
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed Aug 2, 2024
1 parent c2dc3bf commit 8059c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/flame_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8059c66

Please sign in to comment.