16 lines
476 B
Lua
16 lines
476 B
Lua
|
att.PrintName = "M1913 Mount"
|
||
|
|
||
|
att.Icon = Material("entities/att/ur_mp5/somemount.png", "smooth mips")
|
||
|
att.Description = "An optics mount, hold the optics.\n\"Worry not, my friend, for in the world of video games the weight of picatinny rails cannot hurt you.\""
|
||
|
att.Desc_Neutrals = {
|
||
|
"uc.cosmetic"
|
||
|
}
|
||
|
att.AutoStats = true
|
||
|
|
||
|
att.Slot = "mp5_charm"
|
||
|
att.SortOrder = 9999
|
||
|
|
||
|
att.ActivateElements = {"ur_mp5_rail_optic"}
|
||
|
att.ExcludeFlags = {"barrel_sword"}
|
||
|
att.IgnorePickX = true
|