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