From 7ab24d6519bb4871ee8c240c6dbf7a37a9392586 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:50:36 -0400 Subject: [PATCH] fixes tarot card capitalization in uplink (#25278) --- code/datums/uplink_items/uplink_traitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_items/uplink_traitor.dm b/code/datums/uplink_items/uplink_traitor.dm index ea331744b39..f3cbb83b9ab 100644 --- a/code/datums/uplink_items/uplink_traitor.dm +++ b/code/datums/uplink_items/uplink_traitor.dm @@ -308,7 +308,7 @@ // Tarot card generator, librarian and Chaplain. /datum/uplink_item/jobspecific/tarot_generator - name = "Enchanted tarot card deck" + name = "Enchanted Tarot Card Deck" desc = "A magic tarot card deck \"borrowed\" from a Wizard federation storage unit. \ Capable of producing magic tarot cards of the 22 major arcana, and their reversed versions. Each card has a different effect. \ Throw the card at someone to use it on them, or use it in hand to apply it to yourself. Unlimited uses, 25 second cooldown, can have up to 3 cards in the world."