12 lines
373 B
Lua
12 lines
373 B
Lua
att.PrintName = "Modern Rail Mount"
|
|
--att.Icon = Material("entities/att/aksidemount.png", "smooth mips")
|
|
att.Description = "As if this thing wasn't imposing enough."
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic",
|
|
}
|
|
att.Icon = Material("entities/att/ur_spas/modernmount.png", "smooth mips")
|
|
att.Slot = "ur_spas12_charm"
|
|
|
|
att.ActivateElements = {"rail_modern"}
|
|
|
|
att.SortOrder = 998 |