mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user