Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

American Spirit (For merge after sprite freeze) #7236

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading