mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
20 lines
280 B
Lua
20 lines
280 B
Lua
ENT.Type = "anim"
|
|
|
|
ENT.Category = "Metrostroi (utility)"
|
|
|
|
ENT.Spawnable = false
|
|
ENT.AdminSpawnable = false
|
|
|
|
ENT.StationConverter = {
|
|
[108] = 2,
|
|
[111] = 3,
|
|
[114] = 4,
|
|
[121] = 5,
|
|
[121] = 6,
|
|
[322] = 7,
|
|
[651] = 8,
|
|
[654] = 9,
|
|
[655] = 10,
|
|
[656] = 11,
|
|
}
|