Merge pull request #9600 from abcdefg30/tanyadamage
Fix tanya not being able to damage barrels
This commit is contained in:
@@ -257,7 +257,7 @@ BARL:
|
|||||||
Armor:
|
Armor:
|
||||||
Type: None
|
Type: None
|
||||||
Targetable:
|
Targetable:
|
||||||
TargetTypes: Ground, DemoTruck
|
TargetTypes: Ground, DemoTruck, Barrel
|
||||||
-ShakeOnDeath:
|
-ShakeOnDeath:
|
||||||
-SoundOnDamageTransition:
|
-SoundOnDamageTransition:
|
||||||
-Demolishable:
|
-Demolishable:
|
||||||
@@ -277,7 +277,7 @@ BRL3:
|
|||||||
Armor:
|
Armor:
|
||||||
Type: None
|
Type: None
|
||||||
Targetable:
|
Targetable:
|
||||||
TargetTypes: Ground, DemoTruck
|
TargetTypes: Ground, DemoTruck, Barrel
|
||||||
-ShakeOnDeath:
|
-ShakeOnDeath:
|
||||||
-SoundOnDamageTransition:
|
-SoundOnDamageTransition:
|
||||||
-Demolishable:
|
-Demolishable:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Colt45:
|
|||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
Spread: 42
|
Spread: 42
|
||||||
Damage: 50
|
Damage: 50
|
||||||
ValidTargets: Infantry
|
ValidTargets: Barrel, Infantry
|
||||||
DamageTypes: Prone50Percent, TriggerProne, BulletDeath
|
DamageTypes: Prone50Percent, TriggerProne, BulletDeath
|
||||||
Warhead@2Eff: CreateEffect
|
Warhead@2Eff: CreateEffect
|
||||||
Explosion: piff
|
Explosion: piff
|
||||||
|
|||||||
Reference in New Issue
Block a user