Skip to content

Commit

Permalink
Merge pull request #286 from Salted-Zen/illuminativelighterinstorenad…
Browse files Browse the repository at this point in the history
…more

Three new Zippos in store
  • Loading branch information
dwasint authored Aug 22, 2023
2 parents 7801949 + fdf8ce9 commit af5c34e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions monkestation/code/modules/loadouts/items/pocket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ GLOBAL_LIST_INIT(loadout_pocket_items, generate_loadout_items(/datum/loadout_ite
name = "Zippo Lighter"
item_path = /obj/item/lighter

/datum/loadout_item/pocket_items/zippolighter
name = "Illuminative Lighter"
item_path = /obj/item/lighter/bright

/datum/loadout_item/pocket_items/zippolighter
name = "Skull Zippo Lighter"
item_path = /obj/item/lighter/skull

/datum/loadout_item/pocket_items/zippolighter
name = "Mime Lighter"
item_path = /obj/item/lighter/mime

/datum/loadout_item/pocket_items/paicard
name = "Personal AI Device"
Expand Down
14 changes: 14 additions & 0 deletions monkestation/code/modules/store/store_items/pocket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ GLOBAL_LIST_INIT(store_pockets, generate_store_items(/datum/store_item/pocket))
name = "Zippo Lighter"
item_path = /obj/item/lighter

/datum/store_item/pocket/zippolighter/bright
name = "Illuminative Lighter"
item_path = /obj/item/lighter/bright
item_cost = 2500

/datum/store_item/pocket/zippolighter/mime
name = "Mime's Lighter"
item_path = /obj/item/lighter/mime
item_cost = 2500

/datum/store_item/pocket/zippolighter/skull
name = "Skull Zippo Lighter"
item_path = /obj/item/lighter/skull
item_cost = 2500

/datum/store_item/pocket/paicard
name = "Personal AI Device"
Expand Down

0 comments on commit af5c34e

Please sign in to comment.