From 9c7f1fdfca2c42bda3cb55f4093f3ee8abb630c5 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:16:21 -0800 Subject: [PATCH] Update code/modules/projectiles/guns/misc/chem_gun.dm Co-authored-by: Putnam3145 --- code/modules/projectiles/guns/misc/chem_gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/misc/chem_gun.dm b/code/modules/projectiles/guns/misc/chem_gun.dm index 6d11479625..94d066a408 100644 --- a/code/modules/projectiles/guns/misc/chem_gun.dm +++ b/code/modules/projectiles/guns/misc/chem_gun.dm @@ -109,7 +109,7 @@ //Smart dart version of the reagent launcher /obj/item/gun/chem/smart - name = "smartdart repeater rifle" + name = "Smartdart repeater rifle" desc = "An experimental improved version of the smart dart rifle. It synthesizes medicinal smart darts which it fills using an inserted hypovial. It can accommodate both large and small hypovials." icon_state = "chemgunrepeater" item_state = "syringegun"