mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-31 07:56:25 +01:00
Semi ports Baystation12/Baystation12#11445
This commit is contained in:
@@ -1479,7 +1479,31 @@ var/global/list/gear_datums = list()
|
||||
|
||||
/datum/gear/cards
|
||||
display_name = "deck of cards"
|
||||
path = /obj/item/weapon/deck
|
||||
path = /obj/item/weapon/deck/cards
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
/datum/gear/tarot
|
||||
display_name = "deck of tarot cards"
|
||||
path = /obj/item/weapon/deck/tarot
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
/datum/gear/holder
|
||||
display_name = "card holder"
|
||||
path = /obj/item/weapon/deck/holder
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
/datum/gear/cardemon_pack
|
||||
display_name = "Cardemon booster pack"
|
||||
path = /obj/item/weapon/pack/cardemon
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
/datum/gear/spaceball_pack
|
||||
display_name = "Spaceball booster pack"
|
||||
path = /obj/item/weapon/pack/spaceball
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
@@ -1622,4 +1646,4 @@ var/global/list/gear_datums = list()
|
||||
|
||||
/datum/gear/skrell_cloth_female/pink
|
||||
display_name = "skrell headtail-wear, female, pink, cloth"
|
||||
path = /obj/item/clothing/ears/skrell/cloth_female/pink
|
||||
path = /obj/item/clothing/ears/skrell/cloth_female/pink
|
||||
|
||||
Reference in New Issue
Block a user