13 lines
371 B
Lua
13 lines
371 B
Lua
|
att.PrintName = "Custom Finish"
|
||
|
att.AbbrevName = "Custom"
|
||
|
att.Icon = Material("entities/att/ur_aw/skin_rainbow.png", "mips smooth")
|
||
|
att.Description = "A customizable finish. Let your imagination run wild."
|
||
|
att.Slot = "ur_aw_skin"
|
||
|
att.Desc_Neutrals = {
|
||
|
"uc.cosmetic",
|
||
|
"uc.custcolor",
|
||
|
}
|
||
|
att.SortOrder = 1
|
||
|
|
||
|
att.IgnorePickX = true
|
||
|
att.ActivateElements = {"skin_cust"}
|