From 50e4cc84d027fb54488871a6da93affd3c947e0c Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 18 Jan 2016 11:00:37 +0100 Subject: [PATCH] Fix the TargetTypes of the Mad Tank "Vehicle" was missing, which lead to tanya shooting at it. Tanya's weapon (Colt45) has InvalidTargets: Vehicle defined, so adding just "Vehicle" to the TargetTypes fixed the bug. --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 6361c88fd5..e74ef2953d 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -713,7 +713,7 @@ QTNK: MadTank: -EjectOnDeath: Targetable: - TargetTypes: Ground, MADTank, Repair + TargetTypes: Ground, MADTank, Repair, Vehicle STNK: Inherits: ^Vehicle