Remove IsDisabled from AffectsShroud traits
Makes them only disableable via conditions.
This commit is contained in:
@@ -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(); }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user