mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
25
lua/arccw/shared/attachments/ur_deagle_skin_chrome.lua
Normal file
25
lua/arccw/shared/attachments/ur_deagle_skin_chrome.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
--[[
|
||||
| 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 = "Desert Eagle Polished Chrome Finish"
|
||||
att.AbbrevName = "Polished Chrome"
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Predator Polished Chrome Finish"
|
||||
end
|
||||
att.Icon = Material("entities/att/acwatt_ur_deagle_finish_chrome.png","mips smooth")
|
||||
att.Description = "A luster that demands attention.\n\n\"I had to kill Bob Morton because he made a mistake. Now it's time to erase that mistake.\""
|
||||
att.Slot = "ur_deagle_skin"
|
||||
att.Desc_Neutrals = {
|
||||
"uc.cosmetic"
|
||||
}
|
||||
att.SortOrder = 2
|
||||
|
||||
att.IgnorePickX = true
|
||||
att.ActivateElements = {"ur_deagle_skin_chrome"}
|
||||
Reference in New Issue
Block a user