12 lines
417 B
Lua
12 lines
417 B
Lua
att.PrintName = "Black Finish"
|
|
att.Icon = Material("entities/att/ur_aw/skin_black.png", "mips smooth")
|
|
--att.Icon = Material("entities/att/acwatt_ur_deagle_finish_chrome.png","mips smooth")
|
|
att.Description = "As used by law enforcement, or those lacking a father figure."
|
|
att.Slot = "ur_aw_skin"
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic"
|
|
}
|
|
att.SortOrder = 2
|
|
|
|
att.IgnorePickX = true
|
|
att.ActivateElements = {"skin_black"} |