diff --git a/OpenRA.Mods.RA/CreateMPPlayers.cs b/OpenRA.Mods.RA/CreateMPPlayers.cs index 096bd01e9b..53f2507b19 100644 --- a/OpenRA.Mods.RA/CreateMPPlayers.cs +++ b/OpenRA.Mods.RA/CreateMPPlayers.cs @@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA var player = new Player(w, w.Map.Players[slot.MapPlayer], playerIndex++); w.AddPlayer(player); - /* todo: init its bot -- but only on the host! */ + /* todo: only activate the bot option that's selected! */ if (Game.IsHost) foreach (var bot in player.PlayerActor.TraitsImplementing()) bot.Activate(player); diff --git a/mods/ra/system.yaml b/mods/ra/system.yaml index 046fc48eb6..537e7fed6c 100644 --- a/mods/ra/system.yaml +++ b/mods/ra/system.yaml @@ -83,6 +83,7 @@ Player: InitialCash: 5000 ActorGroupProxy: DeveloperMode: + HackyAI: World: @@ -180,7 +181,6 @@ World: SpatialBins: BinSize: 4 Shroud: - HackyAI: MINP: Mine: