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"