Skip to content

Commit

Permalink
remove Wgr.41 Spr
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 8, 2024
1 parent a1d30e7 commit f4bf29d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ export const guns: Record<string, Gun> = {
mortar: {
name: 'Mortar',
},

'wgr.41-spr': {
name: 'Wgr.41 Spr',
},
};

export interface Projectile {
Expand Down Expand Up @@ -132,11 +128,4 @@ export const projectiles: Projectile[] = [
velocity: 225,
gun: guns.mortar,
},

// Wgr.41 Spr
{
name: 'Rocket',
velocity: 340,
gun: guns['wgr.41-spr'],
},
];

0 comments on commit f4bf29d

Please sign in to comment.