Skip to content

Commit

Permalink
Update compare.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed Jun 8, 2024
1 parent 321ce52 commit 50fa4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ document.addEventListener('DOMContentLoaded', () => {
const categories = ['FIREPOWER', 'MOBILITY', 'SURVIVABILITY', 'RECON', 'UTILITY'];

// Full list of tanks
const tanks = ["Punch", "Kent", "Chopper", "Titan", "Reaper", "Jager", "Blitz", "Akira", "Udarnik", "Fantome", "Raketa", "Atom", "HSTV-L", "Walkurie", "Arblast", "AR_AAV", "XM808_Twister", "Brimstone", "Ray"];
const tanks = ["Punch", "Kent", "Chopper", "Titan", "Reaper", "Jager", "Blitz", "Akira", "Udarnik", "Fantome", "Raketa", "Atom", "HSTV-L", "Walkure", "Arblast", "AR_AAV", "XM808_Twister", "Brimstone", "Ray"];

// Populate dropdowns
tanks.forEach(name => {
Expand Down Expand Up @@ -48,7 +48,7 @@ document.addEventListener('DOMContentLoaded', () => {
'SHELLS IN MAGAZINE',
'MAGAZINE COUNT',
'TURRET TRAVERSE SPEED',
'GUN ELEVATION SPEED, DEGREES/SECOND',
'GUN ELEVATION, DEGREES/SECOND',
'GUN ELEVATION, FRONT',
'GUN ELEVATION, SIDE',
'GUN ELEVATION, REAR',
Expand Down

0 comments on commit 50fa4be

Please sign in to comment.