mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 23:01:35 +00:00
Set parent items file for fluff lighters
This commit is contained in:
@@ -202,31 +202,34 @@
|
|||||||
|
|
||||||
to_chat(user, "<span class='warning'>You can't modify [target]!</span>")
|
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
|
/obj/item/lighter/zippo/fluff/purple // GodOfOreos: Jason Conrad
|
||||||
name = "purple engraved zippo"
|
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."
|
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"
|
icon_state = "zippo-purple"
|
||||||
item_state = "zippo-purple"
|
item_state = "zippo-purple"
|
||||||
|
|
||||||
/obj/item/lighter/zippo/fluff/michael_guess_1 // mrbits: Callista Gold
|
/obj/item/lighter/zippo/fluff/michael_guess_1 // mrbits: Callista Gold
|
||||||
name = "engraved lighter"
|
name = "engraved lighter"
|
||||||
desc = "A golden lighter, engraved with some ornaments and a G."
|
desc = "A golden lighter, engraved with some ornaments and a G."
|
||||||
icon = 'icons/obj/custom_items.dmi'
|
|
||||||
icon_state = "zippo-guess"
|
icon_state = "zippo-guess"
|
||||||
item_state = "zippo-gold"
|
item_state = "zippo-gold"
|
||||||
|
|
||||||
/obj/item/lighter/zippo/fluff/duckchan // Duckchan: Rybys Romney
|
/obj/item/lighter/zippo/fluff/duckchan // Duckchan: Rybys Romney
|
||||||
name = "Monogrammed Zippo"
|
name = "Monogrammed Zippo"
|
||||||
desc = " A shiny purple zippo lighter, engraved with Rybys Romney and BuzzPing's name, with a festive green flame."
|
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"
|
icon_state = "zippo-duckchan"
|
||||||
item_state = "zippo-purple"
|
item_state = "zippo-purple"
|
||||||
|
|
||||||
/obj/item/lighter/zippo/fluff/warriorstar // Warriorstar: DEADLOCK
|
/obj/item/lighter/zippo/fluff/warriorstar // Warriorstar: DEADLOCK
|
||||||
name = "zippo"
|
name = "zippo"
|
||||||
desc = "The lighter is made of a pastel purple metal which seems to glimmer even in complete darkness."
|
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"
|
icon_state = "zippo-warriorstar"
|
||||||
item_state = "zippo-purple"
|
item_state = "zippo-purple"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user