Skip to content

Commit

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

panzerwerfer: {
name: 'Panzerwerfer-15',
},

propane: {
name: 'Hell Cannon',
},
Expand Down Expand Up @@ -154,6 +158,13 @@ export const projectiles: Projectile[] = [
gun: guns.sturmtiger,
},

// Panzerwerfer-15
{
name: 'HE Rocket',
velocity: 340,
gun: guns.panzerwerfer,
},

// Hell Cannon
{
name: 'Propane',
Expand Down

0 comments on commit a43b564

Please sign in to comment.