9 lines
331 B
Lua
9 lines
331 B
Lua
att.PrintName = "Ring Sight"
|
|
att.Icon = Material("entities/att/acwatt_ud_870_optic_ringsight.png", "mips smooth")
|
|
att.Description = "Rear sight module that allows for easier iron sight alignment but a reduced field of vision."
|
|
att.Slot = "ud_870_optic"
|
|
|
|
att.Desc_Neutrals = {"uc.cosmetic"}
|
|
|
|
att.SortOrder = 999
|
|
att.AutoStats = true |