mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
30
lua/arccw/shared/attachments/uc_charm_sgmanual.lua
Normal file
30
lua/arccw/shared/attachments/uc_charm_sgmanual.lua
Normal file
@@ -0,0 +1,30 @@
|
||||
--[[
|
||||
| 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 = "Slugger"
|
||||
|
||||
att.SortOrder = 1
|
||||
att.Icon = Material("entities/att/arccw_uc_ammo_shotgun_generic.png", "mips smooth")
|
||||
att.Description = "Forces weapons to only use manual-action modes. Not the most competitively viable, but it surely shows you can still kick ass without all those fancy-shmancy automatic modes."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
"uc.manualonly",
|
||||
}
|
||||
att.Slot = "charm"
|
||||
att.AutoStats = true
|
||||
|
||||
att.ActivateElements = {"uc_manualonly"}
|
||||
att.GivesFlags = {"needsmanual"}
|
||||
att.Hook_Compatible = function(wep)
|
||||
if (!wep.ManualAction and !wep.UC_CanManualAction) or !wep:GetIsShotgun() then return false end
|
||||
end
|
||||
|
||||
att.Ignore = true
|
||||
Reference in New Issue
Block a user