From 29ef20faadcfe93b467505c215d922605aa9c2ff Mon Sep 17 00:00:00 2001 From: Astrid Date: Fri, 2 Feb 2024 23:52:02 +0100 Subject: [PATCH] return '3OF25' and 'BR-540B' --- src/constants.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index b658068..dfafe55 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -75,11 +75,21 @@ export const projectiles: Projectile[] = [ }, // SAU-2 + { + name: 'BR-540B', + velocity: 600, + gun: guns['sau-2'], + }, { name: '3OF25 Low Charge', velocity: 125, gun: guns['sau-2'], }, + { + name: '3OF25', + velocity: 665, + gun: guns['sau-2'], + }, // Mortar {