Adding to the Authors file
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -64,6 +64,7 @@ Also thanks to:
|
||||
* Raymond Martineau (mart0258)
|
||||
* Reaperrr
|
||||
* Riderr3
|
||||
* Rikhardur Bjarni Einarsson (WolfGaming)
|
||||
* Sascha Biedermann (bidifx)
|
||||
* Sebastien Kerguen (xanax)
|
||||
* Simon Verbeke (Saticmotion)
|
||||
|
||||
@@ -164,14 +164,12 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
public void PrerequisitesItemHidden(string key)
|
||||
{
|
||||
var ps = Produceable[self.World.Map.Rules.Actors[key]];
|
||||
ps.Visible = false;
|
||||
Produceable[self.World.Map.Rules.Actors[key]].Visible = false;
|
||||
}
|
||||
|
||||
public void PrerequisitesItemVisable(string key)
|
||||
{
|
||||
var ps = Produceable[self.World.Map.Rules.Actors[key]];
|
||||
ps.Visible = true;
|
||||
Produceable[self.World.Map.Rules.Actors[key]].Visible = true;
|
||||
}
|
||||
|
||||
public ProductionItem CurrentItem()
|
||||
|
||||
Reference in New Issue
Block a user