Fix friendly monster tanks not revealing shroud in Monster Tank Madness
This commit is contained in:
@@ -132,6 +132,7 @@ SuperTankDomeInfiltrated = function()
|
||||
Utils.Do(SuperTanks, function(tnk)
|
||||
tnk.Owner = friendlyMadTanks
|
||||
if not tnk.IsDead then
|
||||
tnk.GrantCondition("friendly")
|
||||
Trigger.ClearAll(tnk)
|
||||
tnk.Stop()
|
||||
if tnk.Location.Y > 61 then
|
||||
|
||||
@@ -123,6 +123,13 @@ PBOX:
|
||||
Crushes: wall, mine, crate, infantry
|
||||
RevealsShroud:
|
||||
Range: 6c0
|
||||
RequiresCondition: !friendly
|
||||
RevealsShroud@friendly:
|
||||
Range: 6c0
|
||||
RequiresCondition: friendly
|
||||
ValidStances: Ally, Enemy
|
||||
ExternalCondition@friendly:
|
||||
Condition: friendly
|
||||
Turreted:
|
||||
TurnSpeed: 1
|
||||
Armament@PRIMARY:
|
||||
|
||||
Reference in New Issue
Block a user