summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 09:16:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 09:16:26 -0800
commitde9c5ab4c3c0bb0bba535706ab33246bfd716fe2 (patch)
tree78c3e06df6418ec6b8a2171144ac0dc984feda8c
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_restore-crows-turrets-de9c5ab4c3c0bb0bba535706ab33246bfd716fe2.tar.xz
Updated to allow turrets to fire on vehicles ala 2022-12-17-1340.
-rw-r--r--json/monsters/turrets.json3
1 files changed, 3 insertions, 0 deletions
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",