From de9c5ab4c3c0bb0bba535706ab33246bfd716fe2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 09:16:26 -0800 Subject: Updated to allow turrets to fire on vehicles ala 2022-12-17-1340. --- json/monsters/turrets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/json/monsters/turrets.json b/json/monsters/turrets.json index 64a765b..bdd6aa6 100644 --- a/json/monsters/turrets.json +++ b/json/monsters/turrets.json @@ -28,6 +28,7 @@ { "type": "gun", "cooldown": 1, + "target_moving_vehicles": true, "move_cost": 150, "gun_type": "m249", "ammo_type": "556", @@ -88,6 +89,7 @@ { "type": "gun", "cooldown": 1, + "target_moving_vehicles": true, "move_cost": 150, "gun_type": "m240", "ammo_type": "762_51", @@ -148,6 +150,7 @@ { "type": "gun", "cooldown": 1, + "target_moving_vehicles": true, "move_cost": 150, "gun_type": "m2browning", "ammo_type": "50bmg", -- cgit v1.2.1