Remove IsDisabled from AffectsShroud traits

Makes them only disableable via conditions.
This commit is contained in:
reaperrr
2017-09-12 20:44:25 +02:00
committed by Pavel Penev
parent 00cd7a8da5
commit cea2658f31
2 changed files with 2 additions and 9 deletions

View File

@@ -37,7 +37,5 @@ namespace OpenRA.Mods.Common.Traits
}
protected override void RemoveCellsFromPlayerShroud(Actor self, Player p) { p.Shroud.RemoveSource(this); }
protected override bool IsDisabled(Actor self) { return self.IsDisabled(); }
}
}