From 63f6446ab9ce96a26fd5418962d07ca847effa2b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 3 Jul 2021 23:26:59 +0200 Subject: [PATCH] [MIRROR] Fix ion carbine parts kit's name and other similar grammar issues (#6665) * Fix ion carbine parts kit's name and other similar grammar issues (#59947) * Fix ion carbine parts kit's name and other similar grammar issues Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com> --- code/datums/components/crafting/guncrafting.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/components/crafting/guncrafting.dm b/code/datums/components/crafting/guncrafting.dm index 5e74737afe3..b39b9841ca1 100644 --- a/code/datums/components/crafting/guncrafting.dm +++ b/code/datums/components/crafting/guncrafting.dm @@ -27,7 +27,7 @@ /obj/item/weaponcrafting/gunkit/nuclear name = "advanced energy gun parts kit" - desc = "A suitcase containing the necessary gun parts to tranform a standard energy gun into an advaned energy gun." + desc = "A suitcase containing the necessary gun parts to tranform a standard energy gun into an advanced energy gun." /obj/item/weaponcrafting/gunkit/tesla name = "tesla cannon parts kit" @@ -38,8 +38,8 @@ desc = "A suitcase containing the necessary gun parts to turn a laser gun into a x-ray laser gun. Do not point most parts directly towards face." /obj/item/weaponcrafting/gunkit/ion - name = "generic gun parts kit" - desc = "A suitcase containing the necessary gun parts to transform a standard laser gun into a ion carbine." + name = "ion carbine parts kit" + desc = "A suitcase containing the necessary gun parts to transform a standard laser gun into a ion carbine. Perfect against lockers you don't have access to." /obj/item/weaponcrafting/gunkit/temperature name = "temperature gun parts kit"