Skip to content

Commit

Permalink
Replaces Zippo with Wey-Yu Zippo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Jan 18, 2024
1 parent a715210 commit 7b731e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/portable_vendor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
list("SMOKABLES", 0, null, null, null),
list("Cigars", 5, /obj/item/storage/fancy/cigar, "white", "Case of premium cigars, untampered."),
list("Cigarettes", 5, /obj/item/storage/fancy/cigarettes/wypacket, "white", "Weyland-Yutani Gold packet, for the more sophisticated taste."),
list("Zippo", 5, /obj/item/tool/lighter/zippo, "white", "A Zippo lighter, for those smoking in style."),
list("Zippo", 5, /obj/item/tool/lighter/zippo/executive, "white", "A Weyland-Yutani brand Zippo lighter, for those smoking in style."),

list("DRINKABLES", 0, null, null, null),
list("Sake", 5, /obj/item/reagent_container/food/drinks/bottle/sake, "white", "Weyland-Yutani Sake, for a proper business dinner."),
Expand Down

0 comments on commit 7b731e1

Please sign in to comment.