From a561251a7124d2ec232cce32ed0a3183d99f4193 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:53:52 +0200 Subject: [PATCH] [MIRROR] cursed katana shard no longer called "dark spoon shard" [MDB IGNORE] (#22285) * cursed katana shard no longer called "dark spoon shard" (#76605) ## About The Pull Request https://github.com/tgstation/tgstation/pull/75948 changed the name of the cursed shard and made the katana version a subtype...without changing the name or desc of the shard ## Why It's Good For The Game the dark shard from tendril loot will no longer have a stupid name and tell you you're not supposed to have it ## Changelog :cl: fix: The cursed katana shard you can get from tendril loot no longer falsely tells you you're not supposed to have it /:cl: * cursed katana shard no longer called "dark spoon shard" --------- Co-authored-by: 1393F <59183821+1393F@users.noreply.github.com> --- code/modules/mining/lavaland/tendril_loot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/lavaland/tendril_loot.dm b/code/modules/mining/lavaland/tendril_loot.dm index 4fdd20d7d26..d62c424f0a8 100644 --- a/code/modules/mining/lavaland/tendril_loot.dm +++ b/code/modules/mining/lavaland/tendril_loot.dm @@ -917,6 +917,8 @@ return /obj/item/organ/internal/cyberimp/arm/shard/katana + name = "dark shard" + desc = "An eerie metal shard surrounded by dark energies." items_to_create = list(/obj/item/cursed_katana) /obj/item/organ/internal/cyberimp/arm/shard/katana/Retract()