Skip to content

Commit

Permalink
Update buildmode.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored May 13, 2024
1 parent 32f79a2 commit 03b6d95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/ui/game/buildmodedata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ local AeonT3Land = {
['E'] = 'ual0309',
['O'] = 'ual0303',
['R'] = 'ual0304',
['N'] = 'dalk003',
['N'] = 'dalk003',
}

local AeonT1Air = {
Expand Down Expand Up @@ -368,7 +368,8 @@ local CybranT3Land = {
['E'] = 'url0309',
['O'] = 'url0303',
['R'] = 'url0304',
['N'] = 'drlk001',
['N'] = 'drlk001',
['D'] = 'srl0310',
}

local CybranT1Air = {
Expand Down Expand Up @@ -509,7 +510,7 @@ local SeraphimT3Land = {
['R'] = 'xsl0304',
['S'] = 'xsl0305',
['V'] = 'xsl0307',
['N'] = 'dslk004',
['N'] = 'dslk004',
}

local SeraphimT1Air = {
Expand Down

0 comments on commit 03b6d95

Please sign in to comment.