Skip to content

Commit

Permalink
Fixed the Ion V
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMighty1 committed Nov 28, 2019
1 parent 655baad commit 6ac28f8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions lua/autorun/photon/library/auto/whelen_ion_v.lua
Expand Up @@ -21,8 +21,6 @@ COMPONENT.UsePhases = true
COMPONENT.Category = "Exterior"
COMPONENT.DefaultColors = {
[1] = "WHITE",
[2] = "WHITE",
[3] = "WHITE",
}

COMPONENT.Meta = {
Expand Down Expand Up @@ -61,21 +59,13 @@ COMPONENT.Positions = {
}

COMPONENT.Sections = {
--[[["auto_whelen_linz6"] = {
[1] = { { 1, "_1" }, { 2, "_1" }, { 3, "_1" }, { 4, "_1" }, { 5, "_1" }, },
}, ]]--
["auto_whelen_linz6"] = {
["auto_ion_v"] = {
[1] = { { 1, "_1", .88 }, { 2, "_1", .88 }, }
},
}

COMPONENT.Patterns = {
--[[["auto_whelen_linz6"] = {
["mode1"] = { 1 },
["mode1_split"] = { 1 },
["mode1_split"] = { 2 },
}, ]]--
["auto_whelen_linz6"] = {
["auto_ion_v"] = {
["code1"] = { 1, 1, 1, 0, },
["code1A"] = { 1, 1, 1, 0, 0, 0, 0, 0, },
["code1B"] = { 0, 0, 0, 0, 1, 1, 1, 0 },
Expand All @@ -100,7 +90,7 @@ COMPONENT.Modes = {
M1 = { ["auto_ion_v"] = "code1", },
M2 = { ["auto_ion_v"] = "code2", },
M3 = { ["auto_ion_v"] = "code3", },
ALERT = { ["auto_ion"] = "alert", },
ALERT = { ["auto_ion_v"] = "alert", },
},
Auxiliary = {},
Illumination = {
Expand Down

0 comments on commit 6ac28f8

Please sign in to comment.