From f31688497724a6fda5bab1115a167b268ec5f8e1 Mon Sep 17 00:00:00 2001 From: Rozan Fadhil Al Hafidz <rozanfadhilalahfidz@gmail.com> Date: Sat, 15 Apr 2023 14:43:29 +0700 Subject: [PATCH] chore: adjust shotgun range --- Assets/Prefabs/Weapons/Shotgun.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Prefabs/Weapons/Shotgun.prefab b/Assets/Prefabs/Weapons/Shotgun.prefab index c98ce54c..a775ddf6 100644 --- a/Assets/Prefabs/Weapons/Shotgun.prefab +++ b/Assets/Prefabs/Weapons/Shotgun.prefab @@ -6911,7 +6911,7 @@ MonoBehaviour: m_EditorClassIdentifier: damagePerShot: 20 timeBetweenBullets: 0.75 - range: 15 + range: 20 numberOfSpread: 8 maxSpreadRadius: 0.1 shootableMask: -- GitLab