Skip to content

Commit

Permalink
American Spirits
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 28, 2024
1 parent 397ab36 commit cce3b86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/game/objects/items/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,19 @@
item_state = "lfpacket"
default_cig_type = /obj/item/clothing/mask/cigarette/ucigarette

/obj/item/storage/fancy/cigarettes/spirit
name = "\improper Turquoise American Spirit Packet"
desc = "A pack of turquoise American Spirit cigarettes."
icon_state = "naspacket"
item_state = "naspacket"
default_cig_type = /obj/item/clothing/mask/cigarette

/obj/item/storage/fancy/cigarettes/spirit/yellow
name = "\improper Yellow American Spirit Packet"
desc = "A pack of yellow American Spirit cigarettes."
icon_state = "y_naspacket"
item_state = "y_naspacket"

/obj/item/storage/fancy/cigarettes/lucky_strikes_4
name = "\improper Lucky Strikes Mini Packet"
desc = "These four-packs of Luckies come in every MRE. They're not as good as the Habana Reals that come in the LACN MREs, but at least they're free."
Expand Down
Binary file modified icons/obj/items/cigarettes.dmi
Binary file not shown.

0 comments on commit cce3b86

Please sign in to comment.