From bf771d3d0dfe0b03806f1cf600ceac2bdc374c08 Mon Sep 17 00:00:00 2001 From: Spades Date: Fri, 1 Sep 2017 04:46:44 -0400 Subject: [PATCH] Grammar error --- code/modules/projectiles/guns/projectile/semiauto.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/projectile/semiauto.dm b/code/modules/projectiles/guns/projectile/semiauto.dm index 749d4aae06..d4cd616188 100644 --- a/code/modules/projectiles/guns/projectile/semiauto.dm +++ b/code/modules/projectiles/guns/projectile/semiauto.dm @@ -1,6 +1,6 @@ /obj/item/weapon/gun/projectile/garand name = "\improper M1 Garand" - desc = "This vintage semi-automatic rifle that famously helped win the second World War. What the hell it's doing aboard a space station in the 26th century, you can only imagine. Uses 7.62mm rounds." + desc = "This is the vintage semi-automatic rifle that famously helped win the second World War. What the hell it's doing aboard a space station in the 26th century, you can only imagine. Uses 7.62mm rounds." icon_state = "garand" item_state = "boltaction" w_class = ITEMSIZE_LARGE @@ -18,4 +18,4 @@ if(ammo_magazine) icon_state = initial(icon_state) else - icon_state = "[initial(icon_state)]-e" \ No newline at end of file + icon_state = "[initial(icon_state)]-e"