From 6f2904a5333bf58219359c70f5b4163723e250ca Mon Sep 17 00:00:00 2001
From: Alec White Valentine <doncuentacuentos@hotmail.com>
Date: Mon, 30 Dec 2024 22:45:32 +0100
Subject: [PATCH] fix(balance): make Repeating crossbow turret use `rifle`
 skill (#5852)

Initial commit
---
 data/json/vehicleparts/turret.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/json/vehicleparts/turret.json b/data/json/vehicleparts/turret.json
index 52b6f653dcdc..9341dd0c70bf 100644
--- a/data/json/vehicleparts/turret.json
+++ b/data/json/vehicleparts/turret.json
@@ -50,7 +50,7 @@
     "color": "green",
     "broken_color": "green",
     "breaks_into": [ { "item": "splinter", "count": [ 4, 8 ] }, { "item": "string_6", "count": [ 1, 2 ] } ],
-    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "smg", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
+    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "rifle", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
   },
   {
     "id": "mounted_emp_gun",