Renewal/lua/arccw/shared/attachments/ur_g3_bayobipod_bipod.lua

14 lines
282 B
Lua
Raw Normal View History

2024-02-29 22:16:56 -05:00
att.PrintName = "G3 Bipod"
att.AbbrevName = "Integrated Bipod"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "G58 Bipod"
end
att.Icon = false
att.Description = "Bipod"
att.Slot = "ur_g3_bayobipod"
att.SortOrder = 998
att.IgnorePickX = true
att.Ignore = true