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
+2 -2
View File
@@ -115,8 +115,8 @@ STOCK_ITEM_COMMON(tech, 5)
STOCK_ITEM_COMMON(smokes, 2)
new /obj/item/flame/lighter/random(L)
if (prob(20))
new /obj/item/storage/fancy/cigar(L)
new /obj/item/storage/fancy/cigar(L)
new /obj/item/storage/fancy/cigarettes/cigar(L)
new /obj/item/storage/fancy/cigarettes/cigar(L)
else
new /obj/item/storage/fancy/cigarettes/blank(L)
new /obj/item/storage/fancy/cigarettes/blank(L)