15 lines
422 B
Lua
15 lines
422 B
Lua
att.PrintName = "Preserved Front Sight"
|
|
att.Icon = Material("entities/att/acwatt_ud_m16_charm_fs.png", "smooth mips")
|
|
att.Description = "Those irons aren't out of style yet."
|
|
att.Desc_Pros = {}
|
|
att.Desc_Cons = {}
|
|
att.Desc_Neutrals = {
|
|
"ud.m16_fs.1",
|
|
"ud.m16_fs.2",
|
|
}
|
|
att.Slot = "ud_m16_charm"
|
|
att.Free = true
|
|
att.IgnorePickX = true
|
|
|
|
att.SortOrder = 999
|
|
att.ExcludeFlags = {"ud_m16_a1", "sight_magpul", "ud_m16_sd"} |