mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
32 lines
763 B
Lua
32 lines
763 B
Lua
|
|
--[[
|
||
|
|
| This file was obtained through the combined efforts
|
||
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
||
|
|
|
|
||
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
||
|
|
|
|
||
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||
|
|
--]]
|
||
|
|
|
||
|
|
att.PrintName = "Overload"
|
||
|
|
|
||
|
|
att.Icon = Material("entities/att/arccw_uc_tp_overload.png", "smooth mips")
|
||
|
|
att.Description = "With a little grease and some physical force, most magazines can be made to accept an extra round."
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
}
|
||
|
|
att.Desc_Neutrals = {
|
||
|
|
}
|
||
|
|
att.Slot = "uc_tp"
|
||
|
|
|
||
|
|
att.AutoStats = true
|
||
|
|
att.SortOrder = 8
|
||
|
|
|
||
|
|
att.Add_ClipSize = 1
|
||
|
|
|
||
|
|
att.Hook_Compatible = function(wep)
|
||
|
|
if wep.RejectMagSizeChange or wep:GetCapacity() == 1 then return false end
|
||
|
|
end
|
||
|
|
|
||
|
|
att.NotForNPCs = true
|