Skip to content

Commit

Permalink
helmet garb
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 29, 2024
1 parent c4957ad commit c523b88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/objects/items/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,15 @@
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."
name = "\improper American Spirit Turquoise Packet"
desc = "A pack of turquoise American Spirit cigarettes, for that strong full-bodied flavour you know and love."
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."
name = "\improper American Spirit Yellow Packet"
desc = "A pack of yellow American Spirit cigarettes, for that mellow flavour you know and love."
icon_state = "y_naspacket"
item_state = "y_naspacket"

Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(
/obj/item/storage/fancy/cigarettes/lady_finger = "helmet_cig_lf",
/obj/item/storage/fancy/cigarettes/blackpack = "helmet_cig_blackpack",
/obj/item/storage/fancy/cigarettes/arcturian_ace = "helmet_cig_aapack",
/obj/item/storage/fancy/cigarettes/spirit = "helmet_cig_naspack",
/obj/item/storage/fancy/cigarettes/spirit/yellow = "helmet_cig_y_naspack",
/obj/item/storage/fancy/cigarettes/lucky_strikes_4 = "hat_cig_ls_mre",
/obj/item/storage/fancy/cigar/matchbook = "helmet_matches_mre",
/obj/item/clothing/mask/cigarette/cigar = "helmet_cig_cig",
Expand Down
Binary file modified icons/mob/humans/onmob/helmet_garb.dmi
Binary file not shown.

0 comments on commit c523b88

Please sign in to comment.