Set parent items file for fluff lighters

This commit is contained in:
Daniel Porter
2023-09-07 14:30:58 +01:00
parent 4a36eafd9e
commit ad1b5fbf8e

View File

@@ -202,31 +202,34 @@
to_chat(user, "<span class='warning'>You can't modify [target]!</span>")
// Custom zippo lighters
/obj/item/lighter/zippo/fluff
name = "custom zippo"
desc = "A custom made zippo lighter."
// HUD icons from custom_items
icon = 'icons/obj/custom_items.dmi'
/obj/item/lighter/zippo/fluff/purple // GodOfOreos: Jason Conrad
name = "purple engraved zippo"
desc = "All craftsspacemanship is of the highest quality. It is encrusted with refined plasma sheets. On the item is an image of a dwarf and the words 'Strike the Earth!' etched onto the side."
icon = 'icons/obj/custom_items.dmi'
icon_state = "zippo-purple"
item_state = "zippo-purple"
/obj/item/lighter/zippo/fluff/michael_guess_1 // mrbits: Callista Gold
name = "engraved lighter"
desc = "A golden lighter, engraved with some ornaments and a G."
icon = 'icons/obj/custom_items.dmi'
icon_state = "zippo-guess"
item_state = "zippo-gold"
/obj/item/lighter/zippo/fluff/duckchan // Duckchan: Rybys Romney
name = "Monogrammed Zippo"
desc = " A shiny purple zippo lighter, engraved with Rybys Romney and BuzzPing's name, with a festive green flame."
icon = 'icons/obj/custom_items.dmi'
icon_state = "zippo-duckchan"
item_state = "zippo-purple"
/obj/item/lighter/zippo/fluff/warriorstar // Warriorstar: DEADLOCK
name = "zippo"
desc = "The lighter is made of a pastel purple metal which seems to glimmer even in complete darkness."
icon = 'icons/obj/custom_items.dmi'
icon_state = "zippo-warriorstar"
item_state = "zippo-purple"