mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Adding the new cigarettes and tobacco in the loadout. (#7764)
This commit is contained in:
@@ -237,19 +237,6 @@
|
||||
item_state = "Dpacket"
|
||||
cigarette_to_spawn = /obj/item/clothing/mask/smokable/cigarette/dromedaryco
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/pra
|
||||
name = "\improper Working Tajara packet"
|
||||
desc = "A packet of six adhomian \"Working Tajara?\" cigarettes, imported straight from the People's Republic of Adhomai."
|
||||
icon_state = "prapacket"
|
||||
item_state = "prapacket"
|
||||
cigarette_to_spawn = /obj/item/clothing/mask/smokable/cigarette/pra
|
||||
can_hold = list(/obj/item/clothing/mask/smokable/cigarette, /obj/item/flame/lighter, /obj/item/trash/cigbutt, /obj/item/tajcard)
|
||||
storage_slots = 7
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/pra/fill()
|
||||
..()
|
||||
new /obj/item/tajcard(src)
|
||||
|
||||
/obj/item/storage/fancy/cigar
|
||||
name = "cigar case"
|
||||
desc = "A case for holding your cigars when you are not smoking them."
|
||||
@@ -313,11 +300,25 @@
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/rugged
|
||||
name = "\improper Lucky Strike cigarette packet"
|
||||
desc = "A packet of six Lucky Strike cigarettes. Rumored to be part of an Idris money laundering scheme, it's original purpose long forgotten."
|
||||
desc = "A packet of six Lucky Strike cigarettes. Rumored to be part of an Idris money laundering scheme, its original purpose long forgotten."
|
||||
icon_state = "Fpacket"
|
||||
item_state = "Fpacket"
|
||||
cigarette_to_spawn = /obj/item/clothing/mask/smokable/cigarette/rugged
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/pra
|
||||
name = "\improper Working Tajara cigarette packet"
|
||||
desc = "A packet of six adhomian \"Working Tajara\" cigarettes, imported straight from the People's Republic of Adhomai."
|
||||
icon_state = "prapacket"
|
||||
item_state = "prapacket"
|
||||
cigarette_to_spawn = /obj/item/clothing/mask/smokable/cigarette/pra
|
||||
can_hold = list(/obj/item/clothing/mask/smokable/cigarette, /obj/item/flame/lighter, /obj/item/trash/cigbutt, /obj/item/tajcard)
|
||||
storage_slots = 7
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/pra/fill()
|
||||
..()
|
||||
new /obj/item/tajcard(src)
|
||||
|
||||
|
||||
/*
|
||||
* Vial Box
|
||||
*/
|
||||
|
||||
@@ -166,14 +166,14 @@
|
||||
//loose leaf
|
||||
|
||||
/obj/item/storage/chewables/rollable/bad
|
||||
name = "box of S'th Kasavakh tobacco"
|
||||
name = "box of S'th Kasavakh tobacco leaves"
|
||||
desc = "A box of coarse gritty tobacco which still manages to grow against the desertification of Moghes."
|
||||
starts_with = list(/obj/item/reagent_containers/food/snacks/grown/dried_tobacco/bad = 8)
|
||||
icon_state = "roll_bad"
|
||||
item_state = "Fpacket"
|
||||
|
||||
/obj/item/storage/chewables/rollable
|
||||
name = "box of Agyre Lake tobacco"
|
||||
name = "box of Agyre Lake tobacco leaves"
|
||||
desc = "Advertised to be grown using fresh water pumped directly from the titular Martian lake."
|
||||
starts_with = list(/obj/item/reagent_containers/food/snacks/grown/dried_tobacco = 8)
|
||||
icon_state = "roll_generic"
|
||||
@@ -187,14 +187,14 @@
|
||||
use_sound = 'sound/items/storage/box.ogg'
|
||||
|
||||
/obj/item/storage/chewables/rollable/fine
|
||||
name = "box of Excelsior Epsilon tobacco"
|
||||
name = "box of Excelsior Epsilon tobacco leaves"
|
||||
desc = "Quality tobacco favored by the Corporates of Eridani - just don't read the label at the bottom."
|
||||
starts_with = list(/obj/item/reagent_containers/food/snacks/grown/dried_tobacco/fine = 8)
|
||||
icon_state = "roll_fine"
|
||||
item_state = "Dpacket"
|
||||
|
||||
/obj/item/storage/chewables/rollable/nico
|
||||
name = "box of Golden Sol tobacco"
|
||||
name = "box of Golden Sol tobacco leaves"
|
||||
desc = "A exclusive brand of overpriced tobacco, allegedly grown at a lagrange point station in Sol system."
|
||||
starts_with = list(/obj/item/reagent_containers/food/snacks/grown/dried_tobacco/pure = 8)
|
||||
icon_state = "roll_nico"
|
||||
|
||||
Reference in New Issue
Block a user