diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index ceed04ceba5..295b71027fc 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -400,6 +400,13 @@ var/list/uplink_items = list() item = /obj/item/weapon/storage/box/syndicate cost = 10 +/datum/uplink_item/badass/syndiecards + name = "Syndicate Playing Cards" + desc = "A special deck of space-grade playing cards with a mono-molecular edge and metal reinforcement, making them lethal weapons both when wielded as a blade and when thrown. \ + You can also play card games with them." + item = /obj/item/toy/cards/deck/syndicate + cost = 2 + /datum/uplink_item/badass/balloon name = "For showing that you are The Boss" desc = "A useless red balloon with the syndicate logo on it, which can blow the deepest of covers." diff --git a/icons/obj/toy.dmi b/icons/obj/toy.dmi index 89c8e1c0eac..88f93b5e2c6 100644 Binary files a/icons/obj/toy.dmi and b/icons/obj/toy.dmi differ