Skip to content

Commit

Permalink
rszo
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 8, 2024
1 parent 86e7fc1 commit 801f8f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const guns: Record<string, Gun> = {
name: 'T34 Calliope',
},

'rszo-2': {
name: 'RSZO-2',
rszo: {
name: 'RSZO-1 / RSZO-2',
},

'sau-2': {
Expand Down Expand Up @@ -92,11 +92,11 @@ export const projectiles: Projectile[] = [
gun: guns['t34-calliope'],
},

// RSZO-2
// RSZO-1 & RSZO-2
{
name: 'Rocketetet',
velocity: 150,
gun: guns['rszo-2'],
gun: guns.rszo,
},

// SAU-2
Expand Down

0 comments on commit 801f8f7

Please sign in to comment.