mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
22 lines
626 B
Lua
22 lines
626 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 = "Modern Rail Mount"
|
|
--att.Icon = Material("entities/att/aksidemount.png", "smooth mips")
|
|
att.Description = "As if this thing wasn't imposing enough."
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic",
|
|
}
|
|
att.Icon = Material("entities/att/ur_spas/modernmount.png", "smooth mips")
|
|
att.Slot = "ur_spas12_charm"
|
|
|
|
att.ActivateElements = {"rail_modern"}
|
|
|
|
att.SortOrder = 998 |