Onehanded cigs, and a bunch of other stuff (#9279)

Surprisingly, doesn't really change that much user-facing side.

For some stupid reason, cigar cases were using a rehash of cigarette packet code for no good reason. So I just made it a parent item, and it works just fine.

also added a tooltip to share the rather obscure feature of putting a cigarette in your mouth.

resprites the tajaran cigarette packets to more accurately match where they come from
This commit is contained in:
Wowzewow (Wezzy)
2020-07-05 18:34:07 +03:00
committed by GitHub
parent 0f7e190eb5
commit a4c8f4b8dc
19 changed files with 129 additions and 120 deletions
@@ -92,7 +92,7 @@
head = /obj/item/clothing/head/beret/centcom/commander
backpack_contents = list(
/obj/item/storage/fancy/cigar = 1,
/obj/item/storage/fancy/cigarettes/cigar = 1,
/obj/item/flame/lighter/zippo = 1,
/obj/item/clothing/accessory/medal/gold/heroism = 1
)
@@ -216,4 +216,4 @@
/obj/item/storage/box/engineer = 1,
/obj/item/storage/box/zipties = 1,
/obj/item/clothing/head/helmet = 1
)
)
+1 -1
View File
@@ -53,7 +53,7 @@
var/path = pick(list(
/obj/item/clothing/mask/smokable/pipe,
/obj/item/clothing/mask/smokable/pipe/cobpipe,
/obj/item/storage/fancy/cigar,
/obj/item/storage/fancy/cigarettes/cigar,
/obj/item/storage/fancy/cigarettes
))
H.equip_or_collect(new path(), slot_wear_mask)