Renewal/lua/arccw/shared/attachments/ur_g3_skin_olive.lua

16 lines
420 B
Lua
Raw Normal View History

2024-02-29 22:16:56 -05:00
att.PrintName = "G3 Olive Drab Furniture"
att.AbbrevName = "Olive"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "G58 Olive Drab Furniture"
end
att.Description = "Olive drab furniture; less official but more iconic."
att.Icon = Material("entities/att/ur_g3/skin_oliva.png","smooth mips")
att.Slot = "ur_g3_skin"
att.Desc_Neutrals = {
"uc.cosmetic",
}
att.SortOrder = 1
att.IgnorePickX = true