changed all cheat to really enable everything on call
added givecash to the all cheat fixed spacing fixed spacing
This commit is contained in:
@@ -80,14 +80,7 @@ namespace OpenRA.Mods.Common.Commands
|
||||
case "instantcharge": IssueDevCommand(world, "DevFastCharge"); break;
|
||||
|
||||
case "all":
|
||||
IssueDevCommand(world, "DevShroudDisable");
|
||||
IssueDevCommand(world, "DevFastBuild");
|
||||
IssueDevCommand(world, "DevBuildAnywhere");
|
||||
IssueDevCommand(world, "DevUnlimitedPower");
|
||||
IssueDevCommand(world, "DevEnableTech");
|
||||
IssueDevCommand(world, "DevFastCharge");
|
||||
IssueDevCommand(world, "DevGiveCash");
|
||||
IssueDevCommand(world, "DevLevelUp");
|
||||
IssueDevCommand(world, "DevAll");
|
||||
break;
|
||||
|
||||
case "crash":
|
||||
|
||||
Reference in New Issue
Block a user