From e6f116f744da9cf1076c554bd109c197b8ecfc5d Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 12 Apr 2021 23:42:30 +0200 Subject: [PATCH] [HOTFIX] assault smg damage --- ReallifeGamemode.Client/util/weapondamage.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReallifeGamemode.Client/util/weapondamage.ts b/ReallifeGamemode.Client/util/weapondamage.ts index 0838a977..1907a03a 100644 --- a/ReallifeGamemode.Client/util/weapondamage.ts +++ b/ReallifeGamemode.Client/util/weapondamage.ts @@ -93,6 +93,11 @@ meelemodifier = 0.1; modifier = 1; + break; + case 0xEFE7E2DF: // Assault SMG + meelemodifier = 1; + modifier = 0.259 + break; default: modifier = 1;