Renewal/lua/arccw/shared/attachments/ur_g3_bayobipod_bayonet.lua

14 lines
286 B
Lua
Raw Normal View History

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