From df8811be586717fb2aba9d73a17fc70427720d31 Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:08:55 +0100 Subject: [PATCH] add 2 wepons --- Alphanium/Source/Strings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Alphanium/Source/Strings.h b/Alphanium/Source/Strings.h index 8ac7bd8..de5dd12 100644 --- a/Alphanium/Source/Strings.h +++ b/Alphanium/Source/Strings.h @@ -7,5 +7,6 @@ inline const std::vector kMapNames = { }; inline const std::vector kWeaponIds = { - // Add weapon item definition names here, e.g. "WID_Assault_Auto_Athena_R_Ore_T03". + "Assault_Auto_T02", + "Assault_Burst_T04" };