Files
Bubberstation/code/modules/bitrunning/orders/flair.dm

41 lines
1.3 KiB
Plaintext

/datum/orderable_item/bitrunning_flair
category_index = CATEGORY_BITRUNNING_FLAIR
/datum/orderable_item/bitrunning_flair/cornchips
purchase_path = /obj/item/food/cornchips
cost_per_order = 100
/datum/orderable_item/bitrunning_flair/mountain_wind
purchase_path = /obj/item/reagent_containers/cup/soda_cans/space_mountain_wind
cost_per_order = 100
/datum/orderable_item/bitrunning_flair/pwr_game
purchase_path = /obj/item/reagent_containers/cup/soda_cans/pwr_game
cost_per_order = 200
/datum/orderable_item/bitrunning_flair/grey_bull
purchase_path = /obj/item/reagent_containers/cup/soda_cans/grey_bull
cost_per_order = 200
/datum/orderable_item/bitrunning_flair/medkit
purchase_path = /obj/item/storage/medkit/brute
desc = "Don't beat yourself up, it's just a game!"
cost_per_order = 500
/datum/orderable_item/bitrunning_flair/medkit_fire
purchase_path = /obj/item/storage/medkit/fire
desc = "Great after heated gaming sessions."
cost_per_order = 500
/datum/orderable_item/bitrunning_flair/oval_sunglasses
purchase_path = /obj/item/clothing/glasses/sunglasses/oval
cost_per_order = 1000
/datum/orderable_item/bitrunning_flair/trenchcoat
purchase_path = /obj/item/clothing/suit/jacket/leather_trenchcoat
cost_per_order = 1000
/datum/orderable_item/bitrunning_flair/jackboots
purchase_path = /obj/item/clothing/shoes/jackboots
cost_per_order = 1000